Interface BakingRightsQueryArgumentsBase

interface BakingRightsQueryArgumentsBase {
    all?: null;
    consensus_key?: string;
    cycle?: BakingRightsArgumentsCycle;
    delegate?: BakingRightsArgumentsDelegate;
    level?: BakingRightsArgumentsLevel;
    max_priority?: number;
    max_round?: string;
}

Properties

all?: null
consensus_key?: string
max_priority?: number
max_round?: string

Generated using TypeDoc