ConnectWalletInput: {
    accountId?: InputMaybe<Scalars["String"]["input"]>;
    connectWalletConflictResolutionTechnique?: InputMaybe<ConnectWalletConflictResolutionTechnique>;
    timestamp: Scalars["Long"]["input"];
    walletBlockchain: WalletBlockchain;
    walletPublicKey?: InputMaybe<Scalars["String"]["input"]>;
}

Object used to claim a wallet for the signed in account.

Type declaration

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

    Account ID if this chain supports it (required for Near and Aptos)

  • OptionalconnectWalletConflictResolutionTechnique?: InputMaybe<ConnectWalletConflictResolutionTechnique>

    Describes how to deal with conflicts when connecting a wallet

  • timestamp: Scalars["Long"]["input"]

    Timestamp in seconds since Unix epoch. January 1, 1970 (midnight UTC/GMT)

  • walletBlockchain: WalletBlockchain

    Blockchain the wallet belongs to.

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

    User's wallet address.