Skip to main content
Docs

The Backend Web3Wallet object

The Backend Web3Wallet object describes a Web3 wallet address. The address can be used as a proof of identification for users.

Web3 addresses must be verified to ensure that they can be assigned to their rightful owners. The verification is completed via Web3 wallet browser extensions, such as Metamask, Coinbase Wallet, and OKX Wallet. The Web3Wallet3 object holds all the necessary state around the verification process.

Properties

  • Name
    id
    Type
    string
    Description

    The unique ID for the Web3 wallet.

  • Name
    verification
    Type
    null | Verification
    Description

    An object holding information on the verification of this Web3 wallet.

  • Name
    web3Wallet
    Type
    string
    Description

    The Web3 wallet address, made up of 0x + 40 hexadecimal characters.

Feedback

What did you think of this content?

Last updated on