Interface EndorsingRightsResponseItemDelegates

interface EndorsingRightsResponseItemDelegates {
    consensus_key?: string;
    delegate: string;
    endorsing_power: number;
    first_slot: number;
}

Properties

consensus_key?: string
delegate: string
endorsing_power: number
first_slot: number

Generated using TypeDoc