SendableTransaction

type SendableTransaction = FullySignedTransaction & TransactionWithinSizeLimit;

Helper type that includes all transaction types required for the transaction to be sent to the network.

See

On this page