Properties
candidate_balance
candidate_balance: string
candidate_datastore_keys
candidate_datastore_keys: number[][]
candidate_roll_count
candidate_roll_count: number
created_blocks
created_blocks: string[]
created_endorsements
created_endorsements: string[]
created_operations
created_operations: string[]
cycle_infos
cycle_infos: ICycleInfos[]
deferred_credits
deferred_credits: IDeferredCredits[]
final_balance
final_balance: string
final_datastore_keys
final_datastore_keys: number[][]
final_roll_count
final_roll_count: number
next_block_draws
next_block_draws: ISlot[] next_endorsement_draws
next_endorsement_draws: IEndorsementDraws[]
publicKey
publicKey: string
secretKey
secretKey: string
Represents an address with its public and secret keys.
See
string
represents the public key of the address.string
represents the secret key of the address.