Interface: SerializedAccountData
Interface that represents a serialized account.
Properties
address
• address: string
Account bech32 address.
Defined in
packages/walletconnect-v2/src/types.ts:19
algo
• algo: string
Algorithm used to generate the pubkey.
Defined in
packages/walletconnect-v2/src/types.ts:23
pubkey
• pubkey: string
Hex encoded public key.