The assuretyWallet Object

id string
The unique identifier for the object.
object string, value is "assuretyWallet"
address string
The 42 hex characters representing the public address for the wallet. The address is automatically generated upon creation of the wallet.
assuror string [expandable]
The unique identifier of the assuror that holds this wallet.
name string
A short name to help identify the wallet in lists.
description string
A short description to help identify the wallet in lists.
status possible values are: active, inactive
active
The Assurety Wallet is able to be used to manage Assurety Schemas and Assurety Records.

inactive
The Assurety Wallet is not able to be used to manage Assurety Schemas or Assurety Records. When an Assurety Schema is associated with an inactive Assurety Wallet, that Assurety Schema will no longer be able add or manage its underlying Assurety Records.
meta object/hash
Optional key/value store to help link the wallet to external systems.
created datestring
The date the wallet was created.
lastUpdated datestring
The date the wallet was last updated.
{
  "id": "c26c288cc9d8477eb58fe9c5",
  "object": "assuretyWallet",
  "address": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413",
  "assuror": "30dd879cee2f11db83140800",
  "name": "Generic Wallet",
  "description": "A generic wallet.",
  "status": "active",
  "meta": {},
  "created": "2015-10-28T22:55:09.000Z",
  "lastUpdated": "2015-10-28T22:55:13.000Z"
}