注意: 此页面尚未翻译成中文。以下内容为英文原版。
type TransactionRequest: QuaiTransactionRequest | QiTransactionRequest;
A TransactionRequest is a transactions with potentially various properties not defined, or with less strict types for its values. This is used to pass to various operations, which will internally coerce any types and populate any necessary values.

Source

providers/provider.ts:164