Casper.Network.SDK
Show / Hide Table of Contents

Class Bridge

A bridge record pointing to a new ValidatorBid after the public key was changed.

Inheritance
object
Bridge
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Bridge

Properties

| Edit this page View Source

EraId

Era when bridge record was created.

Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

NewValidator

New validator public key associated with the bid.

Declaration
[JsonPropertyName("new_validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey NewValidator { get; init; }
Property Value
Type Description
PublicKey
| Edit this page View Source

OldValidator

Previous validator public key associated with the bid.

Declaration
[JsonPropertyName("old_validator_public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey OldValidator { get; init; }
Property Value
Type Description
PublicKey
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC