Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecomposedSignature ¶
func DecomposeSignature ¶
func DecomposeSignature(signature []byte) (*DecomposedSignature, error)
func (*DecomposedSignature) String ¶
func (sig *DecomposedSignature) String() string
type KeystoreSigner ¶
type KeystoreSigner struct {
// contains filtered or unexported fields
}
func NewKeystoreSigner ¶
func NewKeystoreSigner(ks *keystore.KeyStore, identity common.Address) *KeystoreSigner
Click to show internal directories.
Click to hide internal directories.