Class FoundationAccountUpdate
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Update of the foundation account.
public sealed record FoundationAccountUpdate : IUpdatePayload, IEquatable<FoundationAccountUpdate>
- Inheritance
-
FoundationAccountUpdate
- Implements
- Inherited Members
Constructors
FoundationAccountUpdate(AccountAddress)
Update of the foundation account.
public FoundationAccountUpdate(AccountAddress AccountAddress)
Parameters
AccountAddress
AccountAddress
Properties
AccountAddress
public AccountAddress AccountAddress { get; init; }