Constructors

Properties

Methods

Constructors

Properties

abi: readonly [{
    inputs: readonly [];
    name: "InvalidShortString";
    type: "error";
}, {
    inputs: readonly [{
        internalType: "string";
        name: "str";
        type: "string";
    }];
    name: "StringTooLong";
    type: "error";
}, {
    anonymous: false;
    inputs: readonly [];
    name: "EIP712DomainChanged";
    type: "event";
}, {
    inputs: readonly [];
    name: "eip712Domain";
    outputs: readonly [{
        internalType: "bytes1";
        name: "fields";
        type: "bytes1";
    }, {
        internalType: "string";
        name: "name";
        type: "string";
    }, {
        internalType: "string";
        name: "version";
        type: "string";
    }, {
        internalType: "uint256";
        name: "chainId";
        type: "uint256";
    }, {
        internalType: "address";
        name: "verifyingContract";
        type: "address";
    }, {
        internalType: "bytes32";
        name: "salt";
        type: "bytes32";
    }, {
        internalType: "uint256[]";
        name: "extensions";
        type: "uint256[]";
    }];
    stateMutability: "view";
    type: "function";
}]

Methods

  • Parameters

    • address: string
    • signerOrProvider: Signer | Provider

    Returns EIP712

  • Returns EIP712Interface

Generated using TypeDoc