Table of Contents

Class Given

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

Query in the context of a specific block hash.

public sealed record Given : IBlockHashInput, IEquatable<Given>
Inheritance
Given
Implements
Inherited Members

Constructors

Given(BlockHash)

Query in the context of a specific block hash.

public Given(BlockHash BlockHash)

Parameters

BlockHash BlockHash

Properties

BlockHash

public BlockHash BlockHash { get; init; }

Property Value

BlockHash

Methods

Into()

Convert this into the type expected by the gRPC API.

public BlockHashInput Into()

Returns

BlockHashInput