Table of Contents

Class CredentialPayloadRaw

Namespace
Concordium.Sdk.Transactions
Assembly
Concordium.Sdk.dll

A raw payload, which is just the encoded payload. A typed variant might be added in the future.

public sealed record CredentialPayloadRaw : ICredentialPayload, IEquatable<CredentialPayloadRaw>
Inheritance
CredentialPayloadRaw
Implements
Inherited Members

Constructors

CredentialPayloadRaw(byte[])

A raw payload, which is just the encoded payload. A typed variant might be added in the future.

public CredentialPayloadRaw(byte[] RawPayload)

Parameters

RawPayload byte[]

Properties

RawPayload

public byte[] RawPayload { get; init; }

Property Value

byte[]