Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Methods = map[abi.MethodNum]builtin.MethodMeta{ 1: builtin.NewMethodMeta("Constructor", *new(func(*abi.EmptyValue) *abi.EmptyValue)), 2: builtin.NewMethodMeta("Create", *new(func(*CreateParams) *CreateReturn)), 3: builtin.NewMethodMeta("Create2", *new(func(*Create2Params) *Create2Return)), 4: builtin.NewMethodMeta("CreateExternal", *new(func(*abi.CborBytes) *CreateExternalReturn)), }
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) (err 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) (err error)
type CreateExternalReturn ¶
type CreateExternalReturn Return
func (*CreateExternalReturn) MarshalCBOR ¶
func (t *CreateExternalReturn) MarshalCBOR(w io.Writer) error
func (*CreateExternalReturn) UnmarshalCBOR ¶
func (t *CreateExternalReturn) UnmarshalCBOR(r io.Reader) (err error)
type CreateParams ¶
func (*CreateParams) MarshalCBOR ¶
func (t *CreateParams) MarshalCBOR(w io.Writer) error
func (*CreateParams) UnmarshalCBOR ¶
func (t *CreateParams) UnmarshalCBOR(r io.Reader) (err 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) (err error)
Click to show internal directories.
Click to hide internal directories.