Kit
Type aliases

SetTransactionWithinSizeLimitFromTransactionMessage

SetTransactionWithinSizeLimitFromTransactionMessage<TTransaction, TTransactionMessage> = TTransactionMessage extends TransactionMessageWithinSizeLimit ? TransactionWithinSizeLimit & TTransaction : TTransaction

Helper type that adds the TransactionWithinSizeLimit flag to a transaction if and only if the provided transaction message is also within the size limit.

Type Parameters

Type Parameter
TTransaction extends Transaction
TTransactionMessage extends BaseTransactionMessage

On this page