Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 877 Bytes

WalletStatus.md

File metadata and controls

12 lines (7 loc) · 877 Bytes

WalletStatus

The status of the wallet. UNKNOWN: The wallet status is unknown. ACTIVE: The wallet is active and ready to send money to and receive money from. CLOSED: The wallet is closed. Any transactions made to or from this wallet will error.

Properties

Name Type Description Notes
value str The status of the wallet. `UNKNOWN`: The wallet status is unknown. `ACTIVE`: The wallet is active and ready to send money to and receive money from. `CLOSED`: The wallet is closed. Any transactions made to or from this wallet will error. must be one of ["UNKNOWN", "ACTIVE", "CLOSED", ]

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