Versions in this module Expand all Collapse all v0 v0.8.0 Nov 10, 2019 Changes in this version + var ConflictAddress = &types.ResponseDeliverTx + var DuplicateTxError = &types.ResponseDeliverTx + var InvalidTxInputFormatTooShort = &types.ResponseDeliverTx + var InvalidTxInputFormatWrongFunctionName = &types.ResponseDeliverTx + var InvalidTxInputFormatWrongx18 = &types.ResponseDeliverTx + var InvalidTxInputFormatWrongx19 = &types.ResponseDeliverTx + var MissingContract = &types.ResponseDeliverTx + func BalanceOverflow(userName string) *types.ResponseDeliverTx + func CommitAccTrieError(err error) *types.ResponseDeliverTx + func CommitTxTrieError(err error) *types.ResponseDeliverTx + func DecodeAccountInfoError(err error) *types.ResponseDeliverTx + func DecodeBalanceError() *types.ResponseDeliverTx + func DecodeFAPairError(err error) *types.ResponseDeliverTx + func DecodeJsonError(err error) *types.ResponseDeliverTx + func DecodeTxHeaderError(err error) *types.ResponseDeliverTx + func EncodeAccountInfoError(err error) *types.ResponseDeliverTx + func ExecContractError(err error) *types.ResponseDeliverTx + func ExecOK() *types.ResponseDeliverTx + func InsufficientBalanceToTransfer(userName string) *types.ResponseDeliverTx + func InvalidFuncTypeError(err error) *types.ResponseDeliverTx + func ReTrieveTxError(err error) *types.ResponseDeliverTx + func RequestStorageError(err error) *types.ResponseDeliverTx + func UnauthorizedError(key []byte) *types.ResponseDeliverTx + func UpdateAccTrieError(err error) *types.ResponseDeliverTx + func UpdateBalanceIn(value *math.Uint256) *types.ResponseDeliverTx + func UpdateBalanceOut(value *math.Uint256) *types.ResponseDeliverTx + func UpdateTxTrieError(err error) *types.ResponseDeliverTx + type ResponseCode uint32 + func CodeContractPanic() ResponseCode + func CodeDecodeBytesError() ResponseCode + func CodeInvalidTxType() ResponseCode + func CodeOK() ResponseCode + func CodeTODO() ResponseCode + func CodeUpdateBalanceIn() ResponseCode + func CodeUpdateBalanceOut() ResponseCode