DAppConnectorWalletState
@midnight-ntwrk/dapp-connector-api v3.0.0
@midnight-ntwrk/dapp-connector-api / DAppConnectorWalletState
Interface: DAppConnectorWalletState
The shape of the wallet state that must be exposed
Propertiesβ
addressβ
address:
string
The bech32m encoded address
addressLegacyβ
addressLegacy:
string
Deprecatedβ
please use the address field instead.
The wallet address, which is a concatenation of coinPublicKey and encryptionPublicKey
coinPublicKeyβ
coinPublicKey:
string
The bech32m encoded coin public key
coinPublicKeyLegacyβ
coinPublicKeyLegacy:
string
Deprecatedβ
please use the coinPublicKey field instead.
The hex encoded coin public key
encryptionPublicKeyβ
encryptionPublicKey:
string
The bech32m encoded encryption public key
encryptionPublicKeyLegacyβ
encryptionPublicKeyLegacy:
string
Deprecatedβ
please use the encryptionPublicKey field instead.
The hex encoded encryption public key