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