neogointernal

package
v0.97.3-pre Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package neogointernal contains definitions of compiler intrinsics. It's not intended to be used directly by smart contracts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Opcode1

func Opcode1(op string, arg interface{}) interface{}

Opcode1 emits opcode with 1 argument.

func Opcode2

func Opcode2(op string, arg1, arg2 interface{}) interface{}

Opcode2 emits opcode with 2 arguments.

func Opcode3

func Opcode3(op string, arg1, arg2, arg3 interface{}) interface{}

Opcode3 emits opcode with 3 arguments.

func Syscall0

func Syscall0(name string) interface{}

Syscall0 performs syscall with 0 arguments.

func Syscall0NoReturn

func Syscall0NoReturn(name string)

Syscall0NoReturn performs syscall with 0 arguments.

func Syscall1

func Syscall1(name string, arg interface{}) interface{}

Syscall1 performs syscall with 1 arguments.

func Syscall1NoReturn

func Syscall1NoReturn(name string, arg interface{})

Syscall1NoReturn performs syscall with 1 arguments.

func Syscall2

func Syscall2(name string, arg1, arg2 interface{}) interface{}

Syscall2 performs syscall with 2 arguments.

func Syscall2NoReturn

func Syscall2NoReturn(name string, arg1, arg2 interface{})

Syscall2NoReturn performs syscall with 2 arguments.

func Syscall3

func Syscall3(name string, arg1, arg2, arg3 interface{}) interface{}

Syscall3 performs syscall with 3 arguments.

func Syscall3NoReturn

func Syscall3NoReturn(name string, arg1, arg2, arg3 interface{})

Syscall3NoReturn performs syscall with 3 arguments.

func Syscall4

func Syscall4(name string, arg1, arg2, arg3, arg4 interface{}) interface{}

Syscall4 performs syscall with 4 arguments.

func Syscall4NoReturn

func Syscall4NoReturn(name string, arg1, arg2, arg3, arg4 interface{})

Syscall4NoReturn performs syscall with 4 arguments.

Types

This section is empty.

Jump to

Keyboard shortcuts

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