const ACCOUNT_STATUS: object
const
object
readonly ACTIVE: "active" = 'active'
readonly
"active"
'active'
readonly CLOSED: "closed" = 'closed'
"closed"
'closed'
readonly PENDING: "pending" = 'pending'
"pending"
'pending'
readonly WAITING: "waiting_for_funds" = 'waiting_for_funds'
"waiting_for_funds"
'waiting_for_funds'
Was this page helpful?