Type aliases
SetTransactionWithinSizeLimitFromTransactionMessage
SetTransactionWithinSizeLimitFromTransactionMessage<
TTransaction
,TTransactionMessage
> =TTransactionMessage
extendsTransactionMessageWithinSizeLimit
?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 |