Wasm Directoryalpha
Record

account-identity

No description available.

record account-identity {
  account-id: string,
  balances: account-balance,
  mask: string,
  name: string,
  official-name: string,
  persistent-account-id: option​<string>,
  subtype: account-subtype,
  type-op: account-type,
  verification-status: option​<account-base-verification-status-enum>,
  owners: list​<owner>,
}

Fields

NameTypeDescription
account-idstring
balancesaccount-balance
maskstring
namestring
official-namestring
persistent-account-idoption​<string>
subtypeaccount-subtype
type-opaccount-type
verification-statusoption​<account-base-verification-status-enum>
ownerslist​<owner>