Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractCallBackInfo ¶
type ContractCallBackInfo struct { // type responceDeliverTx CodeResponse uint32 Log string Info string Data []byte Value *math.Uint256 OutFlag bool Tags []KVPair }
func (*ContractCallBackInfo) IsErr ¶
func (cb *ContractCallBackInfo) IsErr() bool
func (*ContractCallBackInfo) IsOK ¶
func (cb *ContractCallBackInfo) IsOK() bool
type ContractEnvironment ¶
type ContractEnvironment struct { Storage *localstorage.LocalStorage From []byte ContractAddress []byte FuncName string Args []byte Value *math.Uint256 }
type KVPair ¶
func MakeKVPair ¶
type KVPairInstance ¶
type KVPairInstance struct {
// contains filtered or unexported fields
}
func (*KVPairInstance) Key ¶
func (kv *KVPairInstance) Key() []byte
func (*KVPairInstance) Value ¶
func (kv *KVPairInstance) Value() []byte
Source Files ¶
Click to show internal directories.
Click to hide internal directories.