Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConstructorParams ¶
func (*ConstructorParams) MarshalCBOR ¶
func (t *ConstructorParams) MarshalCBOR(w io.Writer) error
func (*ConstructorParams) UnmarshalCBOR ¶
func (t *ConstructorParams) UnmarshalCBOR(r io.Reader) error
type GetStorageAtParams ¶
type GetStorageAtParams struct {
StorageKey []byte
}
func (*GetStorageAtParams) MarshalCBOR ¶
func (t *GetStorageAtParams) MarshalCBOR(w io.Writer) error
func (*GetStorageAtParams) UnmarshalCBOR ¶
func (t *GetStorageAtParams) UnmarshalCBOR(r io.Reader) error
Click to show internal directories.
Click to hide internal directories.