Normal Stream
const config = {
networkId: nearConfig.networkId,
nodeUrl: nearConfig.nodeUrl,
contractId: streamContractId,
keyStore, // InMemoryKeystore
};
const actions = {
streamActions: new StreamActions(),
}
const client = new ZebecStreamService(
account.accountId,
config,
actions,
);Last updated