Class UpdateInstructionPayloadRaw
- Namespace
- Concordium.Sdk.Transactions
- Assembly
- Concordium.Sdk.dll
A raw payload encoded according to the format defined by the protocol.
public sealed record UpdateInstructionPayloadRaw : IUpdateInstructionPayload, IEquatable<UpdateInstructionPayloadRaw>
- Inheritance
-
UpdateInstructionPayloadRaw
- Implements
- Inherited Members
Constructors
UpdateInstructionPayloadRaw(byte[])
A raw payload encoded according to the format defined by the protocol.
public UpdateInstructionPayloadRaw(byte[] RawPayload)
Parameters
RawPayload
byte[]
Properties
RawPayload
public byte[] RawPayload { get; init; }
Property Value
- byte[]