BeginConnectWalletToCurrentUserInput: {
    authAddress: Scalars["String"]["input"];
    authType: Web3AuthType;
    blockchainType: WalletBlockchain;
    dappAddress: Scalars["String"]["input"];
    walletPubkey?: InputMaybe<Scalars["String"]["input"]>;
}

Type declaration

  • authAddress: Scalars["String"]["input"]

    The blockchain address for the authenticating account

  • authType: Web3AuthType

    The authentication flow to use

  • blockchainType: WalletBlockchain

    BlockchainType ordinal for the authenticating account

  • dappAddress: Scalars["String"]["input"]

    The tenant which this account is registering under

  • OptionalwalletPubkey?: InputMaybe<Scalars["String"]["input"]>

    The pubkey of authenticating account - this is only required for some flows (e.g. Sui)