package
1.2.6
Repository: https://github.com/bandprotocol/bandchain.git
Documentation: pkg.go.dev

# Functions

CreateTestInput creates a new test environment for unit tests.
NewSimApp creates instance of our app using in test.
ParseTime is a helper function to parse from number to time.Time with UTC locale.
An oracle script to test heavy computation.
An oracle script to test large calldata PREPARE: Ask external data with calldata "b"*time EXECUTE: Return with data "b"*time.

# Variables

nolint.
nolint.
nolint.
nolint.
nolint.
nolint.
nolint.
nolint.
nolint.
nolint.
nolint.
nolint.
A simple Owasm script with the following specification: PREPARE: CALL ask_external_data with EID 1 DID 1 CALLDATA "beeb" CALL ask_external_data with EID 2 DID 2 CALLDATA "beeb" CALL ask_external_data with EID 3 DID 3 CALLDATA "beeb" EXECUTE: CALL set_return_date with RETDATE "beeb".
A bad Owasm script with the following specification: PREPARE: CALL set_return_data with RETDATA "beeb" -- Not allowed during prepare EXECUTE: DO NOTHING.
A silly oracle script, primarily to test that you must make at least one raw request: PREPARE: DO NOTHING EXECUTE: DO NOTHING.
An oracle script for testing complex interactions.
No description provided by the author
An extra Owasm code to test creating or editing oracle scripts.
No description provided by the author
Another extra Owasm code to test creating or editing oracle scripts.
No description provided by the author

# Structs

Account is a data structure to store key of test account.
No description provided by the author
No description provided by the author