Type Alias CompleteConnectWalletToCurrentUserInput

CompleteConnectWalletToCurrentUserInput: {
    connectWalletConflictResolutionTechnique?: InputMaybe<ConnectWalletConflictResolutionTechnique>;
    nonce: Scalars["String"]["input"];
    signature: Scalars["String"]["input"];
    signedMessage: Scalars["String"]["input"];
    signingAddress: Scalars["String"]["input"];
    signingPubkey?: InputMaybe<Scalars["String"]["input"]>;
}

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

Type declaration

  • OptionalconnectWalletConflictResolutionTechnique?: InputMaybe<ConnectWalletConflictResolutionTechnique>

    Describes how to deal with conflicts when connecting a wallet

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

    The Nonce associated with this ConnectWallet flow (from BeginConnectWallet)

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

    Serialized signature over the SignedMessage

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

    Message that is signed by authenticating account - must include nonce

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

    Signing address

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

    Optional field for public key of the signing account