WithBaseEngineExecuteParams<T>: SignatureParams & Omit<T, "nonce"> & {
    nonce?: string;
}

Type Parameters

  • T