Interface MetaTransactionNormalised

interface MetaTransactionNormalised {
    delegateCall: boolean;
    revertOnError: boolean;
    gasLimit: bigint;
    target: string;
    value: bigint;
    data: string;
}

Properties

delegateCall: boolean
revertOnError: boolean
gasLimit: bigint
target: string
value: bigint
data: string