Table of Contents

Class EffectFoundationAccount

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

Updates to the foundation account.

public sealed record EffectFoundationAccount : IEffect, IEquatable<EffectFoundationAccount>
Inheritance
EffectFoundationAccount
Implements
Inherited Members

Constructors

EffectFoundationAccount(AccountAddress)

Updates to the foundation account.

public EffectFoundationAccount(AccountAddress FoundationAccount)

Parameters

FoundationAccount AccountAddress

Properties

FoundationAccount

public AccountAddress FoundationAccount { get; init; }

Property Value

AccountAddress