Constructors

Properties

Methods

Constructors

Properties

abi: readonly [{
    inputs: readonly [];
    name: "VERSION";
    outputs: readonly [{
        internalType: "string";
        name: "";
        type: "string";
    }];
    stateMutability: "view";
    type: "function";
}, {
    inputs: readonly [{
        internalType: "address";
        name: "to";
        type: "address";
    }, {
        internalType: "uint256";
        name: "value";
        type: "uint256";
    }, {
        internalType: "bytes";
        name: "data";
        type: "bytes";
    }, {
        internalType: "uint8";
        name: "operation";
        type: "uint8";
    }, {
        internalType: "uint256";
        name: "safeTxGas";
        type: "uint256";
    }, {
        internalType: "uint256";
        name: "baseGas";
        type: "uint256";
    }, {
        internalType: "uint256";
        name: "gasPrice";
        type: "uint256";
    }, {
        internalType: "address";
        name: "gasToken";
        type: "address";
    }, {
        internalType: "address";
        name: "refundReceiver";
        type: "address";
    }, {
        internalType: "uint256";
        name: "nonce";
        type: "uint256";
    }];
    name: "getTransactionHash";
    outputs: readonly [{
        internalType: "bytes32";
        name: "";
        type: "bytes32";
    }];
    stateMutability: "view";
    type: "function";
}, {
    inputs: readonly [];
    name: "nonce";
    outputs: readonly [{
        internalType: "uint256";
        name: "";
        type: "uint256";
    }];
    stateMutability: "view";
    type: "function";
}]

Methods

  • Parameters

    • address: string
    • signerOrProvider: Signer | Provider

    Returns ISafe

  • Returns ISafeInterface

Generated using TypeDoc