T402 API Reference - v2.8.0
    Preparing search index...

    Variable SET_AGENT_WALLET_TYPESConst

    SET_AGENT_WALLET_TYPES: {
        SetAgentWallet: readonly [
            { name: "agentId"; type: "uint256" },
            { name: "newWallet"; type: "address" },
            { name: "deadline"; type: "uint256" },
            { name: "nonce"; type: "uint256" },
        ];
    } = ...

    EIP-712 typed data for setAgentWallet

    Type Declaration

    • ReadonlySetAgentWallet: readonly [
          { name: "agentId"; type: "uint256" },
          { name: "newWallet"; type: "address" },
          { name: "deadline"; type: "uint256" },
          { name: "nonce"; type: "uint256" },
      ]