Type alias RawTransaction

RawTransaction: ParsedTransactionWithMeta & {
    parsed: ParsedTxnSummary;
}

Generated using TypeDoc