InnerTransactionResultPairXdr

data class InnerTransactionResultPairXdr(val transactionHash: HashXdr, val result: InnerTransactionResultXdr)

XDR Source: struct InnerTransactionResultPair { Hash transactionHash; // hash of the inner transaction InnerTransactionResult result; // result for the inner transaction };

Constructors

Link copied to clipboard
constructor(transactionHash: HashXdr, result: InnerTransactionResultXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

result for the inner transaction

Link copied to clipboard

hash of the inner transaction

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)