package
Version:
v0.0.0-...-3568417
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: GPL-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Factory returns the backend
Backend implements the Backend for this plugin
type KeyManager struct {
ServiceName string `json:"service_name"`
KeyPairs []*KeyPair `json:"key_pairs"`
}
type KeyPair struct {
PrivateKey string `json:"private_key"`
PublicKey string `json:"public_key"`
Address string `json:"address"`
}
type Nonce struct {
ConfirmedNonce uint64
PendingNonce uint64
}
type RequestFieldsTransaction struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.