Type alias WalletPersonV2

WalletPersonV2: {
    @type: "WalletPerson";
    hasCryptographicWallet: util.v2.OneOrMore<CryptographicWallet>;
}

Type declaration