Interface AttestationRightsQueryArguments

interface AttestationRightsQueryArguments {
    consensus_key?: string;
    cycle?: AttestationRightsArgumentsCycle;
    delegate?: AttestationRightsArgumentsDelegate;
    level?: AttestationRightsArgumentsLevel;
}

Properties

consensus_key?: string

Generated using TypeDoc