Interface DepositAuthorizedRequest

The deposit_authorized command indicates whether one account is authorized to send payments directly to another. Expects a response in the form of a DepositAuthorizedResponse.

Hierarchy

  • BaseRequest
  • LookupByLedgerRequest
    • DepositAuthorizedRequest

Properties

api_version?: number

The API version to use. If omitted, use version 1.

command: "deposit_authorized"

The name of the API method.

destination_account: string

The recipient of a possible payment.

id?: string | number

A unique value to identify this request. The response to this request uses the same id field. This way, even if responses arrive out of order, you know which request prompted which response.

ledger_hash?: string

A 20-byte hex string for the ledger version to use.

ledger_index?: LedgerIndex

The ledger index of the ledger to use, or a shortcut string.

source_account: string

The sender of a possible payment.

Generated using TypeDoc