Class InteractiveTransactionConstants
- Namespace
- NLightning.Domain.Protocol.Constants
- Assembly
- NLightning.Domain.dll
public static class InteractiveTransactionConstants
- Inheritance
-
InteractiveTransactionConstants
- Inherited Members
-
Fields
MAX_INPUTS_ALLOWED
public const int MAX_INPUTS_ALLOWED = 252
Field Value
- int
MAX_MONEY
public const ulong MAX_MONEY = 2100000000000000
Field Value
- ulong
MAX_OUTPUTS_ALLOWED
public const int MAX_OUTPUTS_ALLOWED = 252
Field Value
- int
MAX_SEQUENCE
public const uint MAX_SEQUENCE = 4294967293
Field Value
- uint
MAX_STANDARD_TX_WEIGHT
public const ulong MAX_STANDARD_TX_WEIGHT = 400000
Field Value
- ulong