Table of Contents

Class AccountTransactionPayload

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

Represents the payload of account transaction.

Inheriting records should implement data specific to the transaction they model as well as helpers for constructing serialized transaction payloads to be sent to the Concordium node.

public abstract record AccountTransactionPayload : IEquatable<AccountTransactionPayload>
Inheritance
AccountTransactionPayload
Implements
Derived
Inherited Members

Methods

ToBytes()

Copies the on-chain data in the binary format expected by the node to a byte array.

public abstract byte[] ToBytes()

Returns

byte[]

ToProto()

Converts the transaction to its corresponding protocol buffer message instance.

public AccountTransactionPayload ToProto()

Returns

AccountTransactionPayload