CreateWalletPayload

webhook_api.v1.CreateWalletPayload

type CreateWalletPayload

webhook_api.v1.CreateWalletPayload

FieldTypeDescription
namestringWallet name.
didstringWallet DID.
createdstringTimestamp when wallet was created.
{
  "name": "NAME",
  "did": "did:method-name:zDIDMultibase58Encoded",
  "created": "2006-01-02T15:04:05Z"
}