Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.29 KB

Pool.md

File metadata and controls

33 lines (28 loc) · 1.29 KB

blockfrost.model.Pool

Load the model package

import 'package:blockfrost/api.dart';

Properties

Name Type Description Notes
poolId String Bech32 pool ID
hex String Hexadecimal pool ID.
vrfKey String VRF key hash
blocksMinted int Total minted blocks
blocksEpoch int Number of blocks minted in the current epoch
liveStake String
liveSize num
liveSaturation num
liveDelegators num
activeStake String
activeSize num
declaredPledge String Stake pool certificate pledge
livePledge String Stake pool current pledge
marginCost num Margin tax cost of the stake pool
fixedCost String Fixed tax cost of the stake pool
rewardAccount String Bech32 reward account of the stake pool
owners BuiltList<String>
registration BuiltList<String>
retirement BuiltList<String>

[Back to Model list] [Back to API list] [Back to README]