Casper.Network.SDK
Show / Hide Table of Contents

Class Bid

An entry in a founding validator map representing a bid.

Inheritance
System.Object
Bid
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class Bid : object

Properties

BondingPurse

The purse that was used for bonding.

Declaration
public URef BondingPurse { get; set; }
Property Value
Type Description
URef

DelegationRate

The delegation rate.

Declaration
public uint DelegationRate { get; set; }
Property Value
Type Description
System.UInt32

Delegators

The delegators.

Declaration
public List<Delegator> Delegators { get; set; }
Property Value
Type Description
List<Delegator>

Inactive

true if validator has been "evicted"

Declaration
public bool Inactive { get; set; }
Property Value
Type Description
System.Boolean

PublicKey

Validator public key

Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type Description
PublicKey

StakedAmount

The amount of tokens staked by a validator (not including delegators).

Declaration
public BigInteger StakedAmount { get; set; }
Property Value
Type Description
BigInteger

VestingSchedule

Vesting schedule for a genesis validator. None if non-genesis validator.

Declaration
public VestingSchedule VestingSchedule { get; set; }
Property Value
Type Description
VestingSchedule
In This Article
Back to top Maintained by MAKE Technology LLC