TRANSACTION_SIZE_LIMIT

const TRANSACTION_SIZE_LIMIT: number;

The maximum size of a transaction in bytes.

Note that this excludes the transaction packet header. In other words, this is how much content we can fit in a transaction packet.

Deprecated

Transaction size is no longer constant as v1 transactions have a larger size limit. Use getTransactionSizeLimit instead to get the size limit for a specific transaction based on its version.

On this page