gillType aliases
FullTransaction
type FullTransaction<TVersion, TFeePayer, TBlockhashLifetime> = Simplify<BaseTransactionMessage<TVersion> & TFeePayer & TBlockhashLifetime extends TransactionMessageWithBlockhashLifetime ? TransactionMessageWithBlockhashLifetime : object>;Type Parameters
| Type Parameter | Default type |
|---|---|
TVersion extends TransactionVersion | - |
TFeePayer extends TransactionMessageWithFeePayer | TransactionMessageWithFeePayerSigner | - |
TBlockhashLifetime extends TransactionMessageWithBlockhashLifetime | undefined | undefined |