RPC_ STAKE_ FIELDS
data class RPC_STAKE_FIELDS(val principal: Any?, val activatedEpoch: RPC_STAKE_FIELDS.ActivatedEpoch?, val stakeStatus: StakeStatus, val requestedEpoch: RPC_STAKE_FIELDS.RequestedEpoch?, val contents: RPC_STAKE_FIELDS.Contents?, val address: Any, val estimatedReward: Any?) : Fragment.Data
Constructors
Link copied to clipboard
constructor(principal: Any?, activatedEpoch: RPC_STAKE_FIELDS.ActivatedEpoch?, stakeStatus: StakeStatus, requestedEpoch: RPC_STAKE_FIELDS.RequestedEpoch?, contents: RPC_STAKE_FIELDS.Contents?, address: Any, estimatedReward: Any?)
Properties
Link copied to clipboard
The epoch at which this stake became active.
Link copied to clipboard
Displays the contents of the Move object in a JSON string and through GraphQL types. Also provides the flat representation of the type signature, and the BCS of the corresponding data.
Link copied to clipboard
The estimated reward for this stake object, calculated as:
Link copied to clipboard
The epoch at which this object was requested to join a stake pool.
Link copied to clipboard
A stake can be pending, active, or unstaked