Taquito TypeDocs
    Preparing search index...

    Interface BakingRightsQueryArgumentsBase

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

    Properties

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