Table of Contents

Interface IExtensionPacket

Namespace
NArk.Core.Assets
Assembly
NArk.Core.dll

A typed data record that can be carried inside an Extension OP_RETURN output. Each packet type is identified by a single byte and serialized as: type(1B) + varint(len) + data

public interface IExtensionPacket

Properties

PacketType

byte PacketType { get; }

Property Value

byte

Methods

SerializePacketData()

byte[] SerializePacketData()

Returns

byte[]