U64

@Serializable(with = U64Serializer::class)
data class U64(val value: ULong) : TransactionArgument

Constructors

Link copied to clipboard
constructor(value: ULong)

Properties

Link copied to clipboard