Ext Inv
class ExtInv(var type: InvTypes = InvTypes.ILLEGAL, var id: ByteArray = byteArrayOf()) : BCHserializable
Extended inventory object -- uses a variable sized byte array is the identifier rather than the constant 32 bytes of Inv
Properties
Functions
Link copied to clipboard
Link copied to clipboard
open override fun BCHserialize(format: SerializationType = SerializationType.UNKNOWN): BCHserialized
Link copied to clipboard
Link copied to clipboard