Table of Contents

Struct AccountIndex

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Index of the account in the account table. These are assigned sequentially in the order of creation of accounts. The first account has index 0.

public readonly record struct AccountIndex : IAccountIdentifier, IEquatable<AccountIndex>
Implements
Inherited Members

Constructors

AccountIndex(ulong)

Index of the account in the account table. These are assigned sequentially in the order of creation of accounts. The first account has index 0.

public AccountIndex(ulong Index)

Parameters

Index ulong

Index of account

Properties

Index

Index of account

public ulong Index { get; init; }

Property Value

ulong

Methods

ToAccountIdentifierInput()

Converts type to account identifier input type.

public AccountIdentifierInput ToAccountIdentifierInput()

Returns

AccountIdentifierInput