Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 855 Bytes

File metadata and controls

19 lines (9 loc) · 855 Bytes

LegacyPolicySrcOrDestSubType

  • EXTERNAL - A whitelisted wallet assigned as external is typically used for addresses managed by your clients and counterparties * INTERNAL - A whitelisted wallet assigned as internal, is typically used for addresses that you control outside of your Fireblocks workspace * CONTRACT - A whitelisted wallet assigned as contract is for identifying and managing external smart contracts * EXCHANGETEST - Exchanges which operate only on testnet assets * "*" - All subtypes

Enum

  • EXTERNAL (value: 'EXTERNAL')

  • INTERNAL (value: 'INTERNAL')

  • CONTRACT (value: 'CONTRACT')

  • EXCHANGETEST (value: 'EXCHANGETEST')

  • STAR (value: '*')

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