Versions in this module Expand all Collapse all v0 v0.0.2 Nov 6, 2024 v0.0.1 Nov 5, 2024 Changes in this version + const AsynchronousCallBackStr + const AsynchronousCallStr + const DCDTTransferAndExecuteStr + const DirectCallStr + const ExecOnDestByCallerStr + const UnknownStr + type CallType int + const AsynchronousCall + const AsynchronousCallBack + const DCDTTransferAndExecute + const DirectCall + const ExecOnDestByCaller + func (ct CallType) ToString() string + type LogEntryApi struct + AdditionalData [][]byte + 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)