Variable ledger2OperationSelectorConst

ledger2OperationSelector: {
    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;
} = ...

Type declaration

  • 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