package
0.9.4
Repository: https://github.com/chenxiao-zhao/poly.git
Documentation: pkg.go.dev

# Structs

Context describe smart contract execute context struct.

# Interfaces

ContextRef is a interface of smart context when need call a contract, push current context to smart contract contexts when execute smart contract finish, pop current context from smart contract contexts when need to check authorization, use CheckWitness when smart contract execute trigger event, use PushNotifications push it to smart contract notifications when need to invoke a smart contract, use AppCall to invoke it.
No description provided by the author