Documentation ¶
Index ¶
- func GetKeystoreDirPath() string
- func NewKeystoreAccount(password string) (common.Address, error)
- func Sign(msg []byte, privKey *ecdsa.PrivateKey) (sig []byte, err error)
- func SignTx(tx database.Tx, privKey *ecdsa.PrivateKey) (database.SignedTx, error)
- func SignTxWithKeystoreAccount(tx database.Tx, acc common.Address, pwd, keystoreDir string) (database.SignedTx, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKeystoreDirPath ¶
func GetKeystoreDirPath() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.