Versions in this module Expand all Collapse all v0 v0.5.0 Jun 23, 2023 v0.4.0 Jun 22, 2023 v0.3.0 Jun 22, 2023 v0.2.0 Jun 22, 2023 Changes in this version + type EIP55Address string + func EIP55AddressFromAddress(a common.Address) EIP55Address + func MustEIP55Address(s string) EIP55Address + func NewEIP55Address(s string) (EIP55Address, error) + func (a *EIP55Address) Scan(value interface{}) error + func (a *EIP55Address) UnmarshalJSON(input []byte) error + func (a *EIP55Address) UnmarshalText(input []byte) error + func (a EIP55Address) Address() common.Address + func (a EIP55Address) Big() *big.Int + func (a EIP55Address) Bytes() []byte + func (a EIP55Address) Format(s fmt.State, c rune) + func (a EIP55Address) Hash() common.Hash + func (a EIP55Address) Hex() string + func (a EIP55Address) IsZero() bool + func (a EIP55Address) String() string + func (a EIP55Address) Value() (driver.Value, error) + type EIP55AddressCollection []EIP55Address + func (c *EIP55AddressCollection) Scan(value interface{}) error + func (c EIP55AddressCollection) Value() (driver.Value, error) + type EncryptedEthKeyExport struct + Address EIP55Address + Crypto keystore.CryptoJSON + KeyType string + type Key struct + Address EIP55Address + CreatedAt time.Time + DeletedAt *time.Time + ID int32 + IsFunding bool + JSON datatypes.JSON + NextNonce int64 + UpdatedAt time.Time + func (k Key) Type() string + type KeyV2 struct + Address common.Address + EIP55Address EIP55Address + func FromPrivateKey(privKey *ecdsa.PrivateKey) (key KeyV2) + func NewV2() (KeyV2, error) + func (key KeyV2) Cmp(key2 KeyV2) int + func (key KeyV2) GoString() string + func (key KeyV2) ID() string + func (key KeyV2) Raw() Raw + func (key KeyV2) String() string + func (key KeyV2) ToEcdsaPrivKey() *ecdsa.PrivateKey + func (key KeyV2) ToEncryptedJSON(password string, scryptParams utils.ScryptParams) (export []byte, err error) + type Raw []byte + func (raw Raw) GoString() string + func (raw Raw) Key() KeyV2 + func (raw Raw) String() string + type State struct + Address EIP55Address + CreatedAt time.Time + Disabled bool + EVMChainID utils.Big + ID int32 + NextNonce int64 + UpdatedAt time.Time + func (s *State) WasUsed() + func (s State) KeyID() string + func (s State) LastUsed() time.Time