Type alias LedgerTransaction<T>

LedgerTransaction<T>: T & {
    metaData?: TransactionMetadata;
}

Type Parameters

  • T

Generated using TypeDoc