TRANSACTION_PACKET_HEADER

const TRANSACTION_PACKET_HEADER: number;

The size of the transaction packet header in bytes. This includes the IPv6 header and the fragment header.

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