Documentation ¶
Index ¶
- type Address
- type Digest
- type Message
- type PublicKey
- func LoadPublicKeyFromBytes(data []byte) (PublicKey, error)
- func LoadPublicKeyFromEthereumTextHashDigestAndSignature(ethereumTextHashDigest Digest, signature Signature) (PublicKey, error)
- func LoadPublicKeyFromHexadecimalString(hexstr string) (PublicKey, error)
- func LoadPublicKeyFromMessageAndSignature(message Message, signature Signature) (PublicKey, error)
- func NoPublicKey() PublicKey
- type Signature
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct {
// contains filtered or unexported fields
}
func LoadAddressFromBytes ¶
func (Address) HexadecimalString ¶
type Digest ¶
type Digest struct {
// contains filtered or unexported fields
}
func LoadDigestFromBytes ¶
func (Digest) HexadecimalString ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func LoadMessageFromBytes ¶
func (Message) EthereumTextHashDigest ¶
func (Message) HexadecimalString ¶
type PublicKey ¶
type PublicKey struct {
// contains filtered or unexported fields
}
func LoadPublicKeyFromBytes ¶
func NoPublicKey ¶
func NoPublicKey() PublicKey
func (PublicKey) ECDSAPublicKey ¶
func (PublicKey) HexadecimalString ¶
type Signature ¶
type Signature struct {
// contains filtered or unexported fields
}
func LoadSignatureFromBytes ¶
func NoSignature ¶
func NoSignature() Signature
func (Signature) HexadecimalString ¶
Click to show internal directories.
Click to hide internal directories.