class documentation

class PayloadLimitsConfig: (source)

View In Hierarchy

Warning thresholds for outbound payload/memo sizes.

Class Variable memo_warn_size Warning threshold, in bytes, for outbound memo size. Set to 0 to disable.
Class Variable payloads_warn_size Warning threshold, in bytes, for the size of an outbound payload-bearing field. Set to 0 to disable.
memo_warn_size: int = (source)

Warning threshold, in bytes, for outbound memo size. Set to 0 to disable.

payloads_warn_size: int = (source)

Warning threshold, in bytes, for the size of an outbound payload-bearing field. Set to 0 to disable.