Documentation ¶
Index ¶
Constants ¶
View Source
const TypeInt = accountkey.AccountKeyTypeLegacy
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountKeyLegacy ¶
type AccountKeyLegacy struct {
// contains filtered or unexported fields
}
func NewAccountKeyLegacy ¶
func NewAccountKeyLegacy() *AccountKeyLegacy
func (*AccountKeyLegacy) Decode ¶
func (a *AccountKeyLegacy) Decode(rlpEncodedKey string) (*AccountKeyLegacy, error)
func (*AccountKeyLegacy) GetRLPEncoding ¶
func (a *AccountKeyLegacy) GetRLPEncoding() (string, error)
type Type ¶
type Type struct{ accountkey.AccountKeyLegacy }
template type AccountKeyLegacy(Type, TypeInt, New)
Click to show internal directories.
Click to hide internal directories.