gill
gill/Type aliases

FullTransaction

type FullTransaction<TVersion, TFeePayer, TBlockhashLifetime> = Simplify<BaseTransactionMessage<TVersion> & TFeePayer & TBlockhashLifetime extends TransactionMessageWithBlockhashLifetime ? TransactionMessageWithBlockhashLifetime : {
}>;

Type Parameters

Type ParameterDefault type
TVersion extends TransactionVersion-
TFeePayer extends | ITransactionMessageWithFeePayer | ITransactionMessageWithFeePayerSigner-
TBlockhashLifetime extends TransactionMessageWithBlockhashLifetime | undefinedundefined

On this page