Preparing search index...
The search index is not available cardano-sdk
Function createRewardAccountsTracker
create Reward Accounts Tracker( __namedParameters: { balancesStore: storage . KeyValueStore < RewardAccount , bigint > ; drepInfo$: ( ( drepIds: DRepID [] ) => Observable < DRepInfo [] > ) ; epoch$: Observable < EpochNo > ; rewardAccountAddresses$: Observable < RewardAccount [] > ; rewardsProvider: ( ( rewardAccounts: RewardAccount [] , equals?: ( ( value: any , other: any ) => boolean ) ) => Observable < bigint [] > ) ; stakePoolProvider: ( ( poolIds: PoolId [] ) => Observable < StakePool [] > ) ; transactions$: Observable < TxWithEpoch [] > ; transactionsInFlight$: Observable < TxInFlight [] > ; } ) : Observable < RewardAccountInfo [] >
Parameters
__namedParameters: { balancesStore: storage . KeyValueStore < RewardAccount , bigint > ; drepInfo$: ( ( drepIds: DRepID [] ) => Observable < DRepInfo [] > ) ; epoch$: Observable < EpochNo > ; rewardAccountAddresses$: Observable < RewardAccount [] > ; rewardsProvider: ( ( rewardAccounts: RewardAccount [] , equals?: ( ( value: any , other: any ) => boolean ) ) => Observable < bigint [] > ) ; stakePoolProvider: ( ( poolIds: PoolId [] ) => Observable < StakePool [] > ) ; transactions$: Observable < TxWithEpoch [] > ; transactionsInFlight$: Observable < TxInFlight [] > ; }
drep Info$: ( ( drepIds: DRepID [] ) => Observable < DRepInfo [] > )
epoch$: Observable < EpochNo >
reward Account Addresses$: Observable < RewardAccount [] >
rewards Provider: ( ( rewardAccounts: RewardAccount [] , equals?: ( ( value: any , other: any ) => boolean ) ) => Observable < bigint [] > )
( rewardAccounts: RewardAccount [] , equals?: ( ( value: any , other: any ) => boolean ) ) : Observable < bigint [] >
Parameters
equals: ( ( value: any , other: any ) => boolean ) = isEqual
( value: any , other: any ) : boolean
Returns boolean
Returns Observable < bigint [] >
stake Pool Provider: ( ( poolIds: PoolId [] ) => Observable < StakePool [] > )
transactions$: Observable < TxWithEpoch [] >
transactions In Flight$: Observable < TxInFlight [] >
Performs a deep comparison between two values to determine if they are equivalent.
Note: This method supports comparing arrays, array buffers, booleans, date objects, error objects, maps, numbers,
Object
objects, regexes, sets, strings, symbols, and typed arrays.Object
objects are compared by their own, not inherited, enumerable properties. Functions and DOM nodes are not supported.Category
Lang
Returns
Returns
true
if the values are equivalent, elsefalse
.Example