Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type INonceStorage ¶
type INonceStorage interface {
Store(n *NonceSerializable) error
Load(chainId uint64, address string, contract *string) (*NonceSerializable, error)
}
type IWalletStorage ¶
type IWalletStorage interface {
Store(ws *WalletSerializable) error
Load(address string, apiKeyHashed string) (*WalletSerializable, error)
}
type NonceSerializable ¶
type SortedNonceArr ¶
type SortedNonceArr []uint64
func (SortedNonceArr) Len ¶
func (arr SortedNonceArr) Len() int
func (SortedNonceArr) Less ¶
func (arr SortedNonceArr) Less(i, j int) bool
func (SortedNonceArr) Swap ¶
func (arr SortedNonceArr) Swap(i, j int)
type WalletSerializable ¶
Click to show internal directories.
Click to hide internal directories.