Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyStore ¶
type KeyStore interface { // CreateSignedTx creates and signs the transaction by the given arguments CreateSignedTx(ctx context.Context, chainID uint64, to common.Address, gasLimit uint64, data []byte) (*types.Transaction, error) }
KeyStore represents the behavior of the key storage. Can hold only one key.
Click to show internal directories.
Click to hide internal directories.