Documentation ¶
Index ¶
- Constants
- func GetKeystoreDirPath(dataDir string) string
- func NewKeystoreAccount(dataDir, 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)
- func Verify(msg, sig []byte) (*ecdsa.PublicKey, error)
Constants ¶
View Source
const SimoneAccount = "0x22ba1F80452E6220c7cc6ea2D1e3EEDDaC5F694A"
Variables ¶
This section is empty.
Functions ¶
func GetKeystoreDirPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.