Variable rawLedger2HistoryResponseSelectorConst
rawLedger2HistoryResponseSelector: {
currentPage: boolean;
items: {
accountId: boolean;
action: boolean;
blockNum: boolean;
coopname: boolean;
createdAt: boolean;
globalSequence: boolean;
memo: boolean;
operationCode: boolean;
parentApplyGlobalSequence: boolean;
processHash: boolean;
quantity: boolean;
username: boolean;
walletFrom: boolean;
walletTo: boolean;
};
totalCount: boolean;
totalPages: boolean;
} = ...
Type declaration
currentPage: boolean
items: {
accountId: boolean;
action: boolean;
blockNum: boolean;
coopname: boolean;
createdAt: boolean;
globalSequence: boolean;
memo: boolean;
operationCode: boolean;
parentApplyGlobalSequence: boolean;
processHash: boolean;
quantity: boolean;
username: boolean;
walletFrom: boolean;
walletTo: boolean;
}
accountId: boolean
action: boolean
blockNum: boolean
coopname: boolean
createdAt: boolean
globalSequence: boolean
memo: boolean
operationCode: boolean
parentApplyGlobalSequence: boolean
processHash: boolean
quantity: boolean
username: boolean
walletFrom: boolean
walletTo: boolean
totalCount: boolean
totalPages: boolean