@exodus/multi-account-redux
Selectors and utilities for managing state with the following shape:
{
state[sliceName] = {
exodus_0: {
error: null,
loaded: true,
data: {
bitcoin: {}, // TxSet/UtxoCollection/etc.
},
},
};
}
Last updated on