Casper.Network.SDK
Show / Hide Table of Contents

Class BidAddrKey

Inheritance
object
GlobalStateKey
BidAddrKey
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey._GetRawBytesFromKey(string)
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(string)
GlobalStateKey.FromBytes(byte[])
GlobalStateKey.GetBytes()
GlobalStateKey.ToString()
GlobalStateKey.Equals(object)
GlobalStateKey.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class BidAddrKey : GlobalStateKey

Constructors

| Edit this page View Source

BidAddrKey(byte[])

Declaration
public BidAddrKey(byte[] key)
Parameters
Type Name Description
byte[] key
| Edit this page View Source

BidAddrKey(string)

Declaration
public BidAddrKey(string key)
Parameters
Type Name Description
string key

Fields

| Edit this page View Source

KEYPREFIX

Declaration
public static string KEYPREFIX
Field Value
Type Description
string

Properties

| Edit this page View Source

DelegatorAccount

The delegator address.

Declaration
public AccountHashKey DelegatorAccount { get; init; }
Property Value
Type Description
AccountHashKey
| Edit this page View Source

DelegatorPurseAddress

The delegator purse address.

Declaration
public string DelegatorPurseAddress { get; init; }
Property Value
Type Description
string
| Edit this page View Source

EraId

The era id.

Declaration
public ulong EraId { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

Tag

Declaration
public BidAddrTag Tag { get; init; }
Property Value
Type Description
BidAddrTag
| Edit this page View Source

Unified

Unified BidAddr.

Declaration
public AccountHashKey Unified { get; init; }
Property Value
Type Description
AccountHashKey
| Edit this page View Source

Validator

The valicator address.

Declaration
public AccountHashKey Validator { get; init; }
Property Value
Type Description
AccountHashKey

Methods

| Edit this page View Source

FromValidatorKey(AccountHashKey)

Declaration
public static BidAddrKey FromValidatorKey(AccountHashKey accountHashKey)
Parameters
Type Name Description
AccountHashKey accountHashKey
Returns
Type Description
BidAddrKey
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC