You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DepositPreauth.d.ts 339B

1234567891011
  1. import BaseLedgerEntry from './BaseLedgerEntry';
  2. export default interface DepositPreauth extends BaseLedgerEntry {
  3. LedgerEntryType: 'DepositPreauth';
  4. Account: string;
  5. Authorize: string;
  6. Flags: 0;
  7. OwnerNode: string;
  8. PreviousTxnID: string;
  9. PreviousTxnLgrSeq: number;
  10. }
  11. //# sourceMappingURL=DepositPreauth.d.ts.map