TRANSACTION_PACKET_SIZE

const TRANSACTION_PACKET_SIZE: 1280 = 1280;

The maximum size of a transaction packet in bytes.

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