Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAPIError ¶
Types ¶
type KeyManager ¶
type KeyManager interface {
Signer
PubKey() gFp5.Element
PubKeyBytes() [40]byte
PrvKeyBytes() []byte
}
func NewKeyManager ¶
func NewKeyManager(b []byte) (KeyManager, error)
type NonceManager ¶
func NewNonceManager ¶
func NewNonceManager(baseURL string, accountIndex int64, apiKeyIndex uint8) (NonceManager, error)
Click to show internal directories.
Click to hide internal directories.