DelegationStatus

data class DelegationStatus(val address: String, val delegateAmount: String, val delegateAmountRaw: String)

Represents a single delegation entry in a status response.

Parameters

address

The delegate's address.

delegateAmount

The human-readable delegated amount.

delegateAmountRaw

The raw delegated amount (smallest unit).

Constructors

Link copied to clipboard
constructor(address: String, delegateAmount: String, delegateAmountRaw: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard