Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 877 Bytes

AddressObject.md

File metadata and controls

14 lines (9 loc) · 877 Bytes

AddressObject

Properties

Name Type Description Notes
address Option<String> An alphanumeric string representing a blockchain address. Will be in different formats for different chains. It is important to preserve the exact formatting and capitalization of the address. [optional]
address_tag Option<String> The secondary identifier for a blockchain address. An example of this is the memo field on the Stellar network, which can be text, id, or hash format. [optional]
currency Option<models::Currency> [optional]
chain Option<models::Chain> [optional]

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