Documentation ¶
Index ¶
- Constants
- func JavaScriptSourceCodeForCounter(startFrom uint64) []byte
- func MockForCounter() *sdkContext.ContractInfo
- func NativeSourceCodeForCounter(startFrom uint64) []byte
- func NativeSourceCodeForCounterPart1(startFrom uint64) []byte
- func NativeSourceCodeForCounterPart2(startFrom uint64) []byte
- func SourceCodeForNop() []byte
Constants ¶
View Source
const COUNTER_JAVASCRIPT_SOURCE_CODE = `` /* 337-byte string literal not displayed */
View Source
const COUNTER_NATIVE_SOURCE_CODE = `` /* 624-byte string literal not displayed */
View Source
const COUNTER_NATIVE_SOURCE_CODE_PART_1 = `` /* 377-byte string literal not displayed */
View Source
const COUNTER_NATIVE_SOURCE_CODE_PART_2 = `` /* 334-byte string literal not displayed */
View Source
const MOCK_COUNTER_CONTRACT_START_FROM = counter_mock.COUNTER_CONTRACT_START_FROM
View Source
const NOP_SOURCE_CODE = `
package main
import (
"github.com/orbs-network/orbs-contract-sdk/go/sdk/v1"
)
var PUBLIC = sdk.Export()
`
Variables ¶
This section is empty.
Functions ¶
func MockForCounter ¶
func MockForCounter() *sdkContext.ContractInfo
func NativeSourceCodeForCounterPart1 ¶ added in v1.2.1
func NativeSourceCodeForCounterPart2 ¶ added in v1.2.1
func SourceCodeForNop ¶
func SourceCodeForNop() []byte
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.