types

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LangVm = map[LangType]VmType{
	CSharp:   AVM,
	Solidity: EVM,
}

Functions

This section is empty.

Types

type LangType

type LangType byte
const (
	CSharp LangType = iota
	Solidity
)

type TriggerType

type TriggerType byte
const (
	Verification TriggerType = iota
	Application
)

type VmType

type VmType byte
const (
	AVM VmType = iota
	EVM
)

Jump to

Keyboard shortcuts

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