VerifyXmtpTargetInput: {
    accountId: Scalars["String"]["input"];
    consentProofSignature: Scalars["String"]["input"];
    isCBW?: InputMaybe<Scalars["Boolean"]["input"]>;
    timestamp: Scalars["Long"]["input"];
    web3TargetId: Scalars["String"]["input"];
}

Type declaration

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

    Xmtp wallet address

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

    Consent proof to prove consent for a receiving address as outlined in XIP-43

  • OptionalisCBW?: InputMaybe<Scalars["Boolean"]["input"]>

    Special flag for Coinbase Wallet. Will be depreciated later. Set this to false if unsure.

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

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

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

    Specify the web3 target id that you will be verifying.