Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Create2Params ¶
func (*Create2Params) MarshalCBOR ¶
func (t *Create2Params) MarshalCBOR(w io.Writer) error
func (*Create2Params) UnmarshalCBOR ¶
func (t *Create2Params) UnmarshalCBOR(r io.Reader) error
type Create2Return ¶
type Create2Return Return
func (*Create2Return) MarshalCBOR ¶
func (t *Create2Return) MarshalCBOR(w io.Writer) error
func (*Create2Return) UnmarshalCBOR ¶
func (t *Create2Return) UnmarshalCBOR(r io.Reader) error
type CreateAccount ¶
type CreateAccount struct { // Pubkey is the secp256k1 public key Pubkey [65]byte }
func (*CreateAccount) MarshalCBOR ¶
func (t *CreateAccount) MarshalCBOR(w io.Writer) error
func (*CreateAccount) UnmarshalCBOR ¶
func (t *CreateAccount) UnmarshalCBOR(r io.Reader) error
type CreateParams ¶
func (*CreateParams) MarshalCBOR ¶
func (t *CreateParams) MarshalCBOR(w io.Writer) error
func (*CreateParams) UnmarshalCBOR ¶
func (t *CreateParams) UnmarshalCBOR(r io.Reader) error
type CreateReturn ¶
type CreateReturn Return
func (*CreateReturn) MarshalCBOR ¶
func (t *CreateReturn) MarshalCBOR(w io.Writer) error
func (*CreateReturn) UnmarshalCBOR ¶
func (t *CreateReturn) UnmarshalCBOR(r io.Reader) error
Click to show internal directories.
Click to hide internal directories.