Variable rawLedger2PostingsResponseSelectorConst

rawLedger2PostingsResponseSelector: {
    currentPage: boolean;
    items: {
        blockNum: boolean;
        createdAt: boolean;
        creditAccountId: boolean;
        creditGlobalSequence: boolean;
        debitAccountId: boolean;
        debitGlobalSequence: boolean;
        key: boolean;
        memo: boolean;
        operationCode: boolean;
        parentApplyGlobalSequence: boolean;
        processHash: boolean;
        quantity: boolean;
        username: boolean;
    };
    totalCount: boolean;
    totalPages: boolean;
} = ...

Type declaration

  • currentPage: boolean
  • items: {
        blockNum: boolean;
        createdAt: boolean;
        creditAccountId: boolean;
        creditGlobalSequence: boolean;
        debitAccountId: boolean;
        debitGlobalSequence: boolean;
        key: boolean;
        memo: boolean;
        operationCode: boolean;
        parentApplyGlobalSequence: boolean;
        processHash: boolean;
        quantity: boolean;
        username: boolean;
    }
    • blockNum: boolean
    • createdAt: boolean
    • creditAccountId: boolean
    • creditGlobalSequence: boolean
    • debitAccountId: boolean
    • debitGlobalSequence: boolean
    • key: boolean
    • memo: boolean
    • operationCode: boolean
    • parentApplyGlobalSequence: boolean
    • processHash: boolean
    • quantity: boolean
    • username: boolean
  • totalCount: boolean
  • totalPages: boolean