CommonOverrides: {
    overrides?: {
        group?: bigint;
        nonce?: bigint;
        signer?: Address;
    };
}

Type declaration

  • Optional overrides?: {
        group?: bigint;
        nonce?: bigint;
        signer?: Address;
    }
    • Optional group?: bigint
    • Optional nonce?: bigint
    • Optional signer?: Address