Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 831 Bytes

CustomRoutingDest.md

File metadata and controls

32 lines (14 loc) · 831 Bytes

CustomRoutingDest

Properties

Name Type Description Notes
scheme string The network routing logic. [default to undefined]
dstType string The account the funds are being sent to. [default to undefined]
dstId string The ID of the account the funds are being sent to. [default to undefined]

Enum: CustomRoutingDestSchemeEnum

  • Custom (value: 'CUSTOM')

Enum: CustomRoutingDestDstTypeEnum

  • FiatAccount (value: 'FIAT_ACCOUNT')

  • Vault (value: 'VAULT')

  • Exchange (value: 'EXCHANGE')

[Back to top] [Back to API list] [Back to Model list] [Back to README]