contract

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func JSONSchema

func JSONSchema(typ Type, data []byte) ([]byte, error)

JSONSchema -

Types

type EVM

type EVM struct{}

EVM -

func NewEVM

func NewEVM() *EVM

NewEVM -

func (*EVM) JSONSchema

func (evm *EVM) JSONSchema(data []byte) ([]byte, error)

JSONSchema -

type Transformer

type Transformer interface {
	JSONSchema(data []byte) ([]byte, error)
}

Transformer -

type Type

type Type string

Type -

const (
	TypeEvm Type = "evm"
)

types

Jump to

Keyboard shortcuts

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