Static
Readonly
abi
abi: readonly [{
inputs: readonly [];
name: "required";
outputs: readonly [{
internalType: "uint256";
name: "";
type: "uint256";
}];
stateMutability: "view";
type: "function";
}, {
inputs: readonly [{
internalType: "address";
name: "destination";
type: "address";
}, {
internalType: "uint256";
name: "value";
type: "uint256";
}, {
internalType: "bytes";
name: "data";
type: "bytes";
}];
name: "submitTransaction";
outputs: readonly [{
internalType: "uint256";
name: "transactionId";
type: "uint256";
}];
stateMutability: "nonpayable";
type: "function";
}]