Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAccount ¶
Types ¶
type Account ¶
type Account struct { PrivateKeyHex string PrivateKey *ecdsa.PrivateKey AccountAddress common.Address }
func NewAccountFromMemonic ¶
func (*Account) GetAuthentication ¶
func (account *Account) GetAuthentication(request model.RPCRequest) (string, error)
func (*Account) SignTx ¶
func (a *Account) SignTx(unsignedTx *types.Transaction, s types.Signer) (*types.Transaction, error)
Click to show internal directories.
Click to hide internal directories.