Type Alias GetNumberOfDelegatorsQuery
GetNumberOfDelegatorsQuery: {
num_active_delegator_per_pool: {
num_active_delegator?: any | null;
pool_address?: string | null;
}[];
}
Type declaration
num_active_delegator_per_pool: { num_active_delegator?: any | null; pool_address?: string | null }[]