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
ulongIndex of account
Properties
Index
Index of account
public ulong Index { get; init; }
Property Value
Methods
ToAccountIdentifierInput()
Converts type to account identifier input type.
public AccountIdentifierInput ToAccountIdentifierInput()