Versions in this module Expand all Collapse all v0 v0.0.1 Sep 28, 2022 Changes in this version + type CallType int + const AsynchronousCall + const AsynchronousCallBack + const DirectCall + const ExecOnDestByCaller + const MECTTransferAndExecute + type LogEntryApi struct + Address string + Data []byte + Identifier []byte + Topics [][]byte + type OutputAccountApi struct + Address string + Balance *big.Int + BalanceDelta *big.Int + CallType CallType + Code []byte + CodeMetadata []byte + Nonce uint64 + OutputTransfers []OutputTransferApi + StorageUpdates map[string]*StorageUpdateApi + type OutputTransferApi struct + CallType CallType + Data []byte + GasLimit uint64 + SenderAddress string + Value *big.Int + type ReturnDataKind int + const AsBigInt + const AsBigIntString + const AsHex + const AsString + type StorageUpdateApi struct + Data []byte + Offset []byte + type VMOutputApi struct + DeletedAccounts [][]byte + GasRefund *big.Int + GasRemaining uint64 + Logs []*LogEntryApi + OutputAccounts map[string]*OutputAccountApi + ReturnCode string + ReturnData [][]byte + ReturnMessage string + TouchedAccounts [][]byte + func (vmOutput *VMOutputApi) GetFirstReturnData(asType ReturnDataKind) (interface{}, error)