Interface ITransactionData

Internal transaction data contained within the transaction record.

interface ITransactionData {
    data: ITransactionDataVariant;
    type: TransactionDataType;
}

Properties

Properties

Generated using TypeDoc