Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Methods = map[abi.MethodNum]builtin.MethodMeta{ 1: {"Constructor", *new(func(*ConstructorParams) *abi.EmptyValue)}, 2: {"Decrypt", *new(func(params *DecryptParams) *DecryptParams)}, builtin.MustGenerateFRCMethodNum("InvokeEVM"): {"InvokeContract", *new(func(bytes *abi.CborBytes) *abi.CborBytes)}, }
Functions ¶
This section is empty.
Types ¶
type ConstructorParams ¶
type ConstructorParams struct { }
func (*ConstructorParams) MarshalCBOR ¶
func (t *ConstructorParams) MarshalCBOR(w io.Writer) error
func (*ConstructorParams) UnmarshalCBOR ¶
func (t *ConstructorParams) UnmarshalCBOR(r io.Reader) error
type DecryptParams ¶
type DecryptParams struct {
// contains filtered or unexported fields
}
func (*DecryptParams) MarshalCBOR ¶
func (t *DecryptParams) MarshalCBOR(w io.Writer) error
func (*DecryptParams) UnmarshalCBOR ¶
func (t *DecryptParams) UnmarshalCBOR(r io.Reader) error
type DecryptionResult ¶
type DecryptionResult struct {
// contains filtered or unexported fields
}
func (*DecryptionResult) MarshalCBOR ¶
func (t *DecryptionResult) MarshalCBOR(w io.Writer) error
func (*DecryptionResult) UnmarshalCBOR ¶
func (t *DecryptionResult) UnmarshalCBOR(r io.Reader) error
Click to show internal directories.
Click to hide internal directories.