timelock

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2023 License: Apache-2.0, MIT Imports: 8 Imported by: 0

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

type State

type State struct {
}

func ConstructState

func ConstructState() *State

func (*State) MarshalCBOR

func (t *State) MarshalCBOR(w io.Writer) error

func (*State) UnmarshalCBOR

func (t *State) UnmarshalCBOR(r io.Reader) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL