Interface IExtensionPacket
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
Methods
SerializePacketData()
byte[] SerializePacketData()
Returns
- byte[]