Documentation
¶
Index ¶
Constants ¶
View Source
const AddressMaxLength = 42
View Source
const (
WalletSignatureMessage = "Sign\n \n Nonce: %s"
)
Variables ¶
View Source
var ( ErrAddressInvalid = errors.New("address: must start with '0x'") ErrAddressTooLong = fmt.Errorf( "address: must be up to %d characters", AddressMaxLength, ) ErrSigVerifyECRecoverFailed = errors.New("address: ecrecover failed") ErrSigVerifyAddressMismatch = errors.New("address: address mismatch") ErrSigVerifyVerificationFailed = errors.New("address: signature verification failed") ErrSigVerifyFailed = errors.New("address: verify signature failed") )
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
// contains filtered or unexported fields
}
func NewAccount ¶
func (*Account) WalletAddresses ¶
type AccountRepository ¶
Click to show internal directories.
Click to hide internal directories.