Interface AttestationRightsResponseItemDelegates

interface AttestationRightsResponseItemDelegates {
    attestation_power: number;
    consensus_key: string;
    delegate: string;
    first_slot: number;
}

Properties

attestation_power: number
consensus_key: string
delegate: string
first_slot: number

Generated using TypeDoc