Class INonceManager__factory

Hierarchy

  • INonceManager__factory

Index

Properties

Methods

Properties

Static Readonly abi

abi: [{ inputs: [{ internalType: "address"; name: "sender"; type: "address" }, { internalType: "uint192"; name: "key"; type: "uint192" }]; name: "getNonce"; outputs: [{ internalType: "uint256"; name: "nonce"; type: "uint256" }]; stateMutability: "view"; type: "function" }, { inputs: [{ internalType: "uint192"; name: "key"; type: "uint192" }]; name: "incrementNonce"; outputs: []; stateMutability: "nonpayable"; type: "function" }] = _abi

Methods

Static connect

  • connect(address: string, signerOrProvider: Signer | Provider): INonceManager
  • Parameters

    • address: string
    • signerOrProvider: Signer | Provider

    Returns INonceManager

Static createInterface