foundation

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package foundation emulates foundation of types for golang contracts

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func APICall

func APICall()

func Call

func Call(Reference logicrunner.Reference, MethodName string, Arguments []interface{}) ([]interface{}, error)

Call other contract via network dispatcher

Types

type CBORMarshaler

type CBORMarshaler interface {
	Marshal(interface{}) []byte
	Unmarshal(interface{}, []byte)
}

type CallContext

type CallContext struct {
	Caller logicrunner.Reference
}

???

Jump to

Keyboard shortcuts

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