Class BidAddrKey
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
Properties
|
Edit this page
View Source
DelegatorAccount
Declaration
public AccountHashKey DelegatorAccount { get; init; }
Property Value
|
Edit this page
View Source
DelegatorPurseAddress
The delegator purse address.
Declaration
public string DelegatorPurseAddress { get; init; }
Property Value
|
Edit this page
View Source
EraId
Declaration
public ulong EraId { get; init; }
Property Value
|
Edit this page
View Source
Tag
Declaration
public BidAddrTag Tag { get; init; }
Property Value
|
Edit this page
View Source
Unified
Declaration
public AccountHashKey Unified { get; init; }
Property Value
|
Edit this page
View Source
Validator
Declaration
public AccountHashKey Validator { get; init; }
Property Value
Methods
|
Edit this page
View Source
FromValidatorKey(AccountHashKey)
Declaration
public static BidAddrKey FromValidatorKey(AccountHashKey accountHashKey)
Parameters
Returns