groupAmount

fun groupAmount(value: Long): OP

Little endian serialization to 2, 4, or 8 bytes as defined in the Group Tokenization Consensus Specification. It is legal to pass a negative number to value -- they are authority flags.

Parameters

value

the value to encode.


fun groupAmount(value: ULong): OP

Little endian serialization to 2, 4, or 8 bytes as defined in the Group Tokenization Consensus Specification