Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestAccount ¶
type TestAccount struct {
// contains filtered or unexported fields
}
TestAccount is data type wrapping attributes typically needed when managing ethereum accounts.
func NewTestAccount ¶
func NewTestAccount(t *testing.T) TestAccount
NewTestAccount generates a new ecdsa key and returns a TestAccount structure with the associated attributes.
func (TestAccount) String ¶
func (ta TestAccount) String() string
Click to show internal directories.
Click to hide internal directories.