You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
这个需要按交易去获取。现在交易可以按一个全局递增 id 的顺序遍历 chain.get_transaction_infos
/// Get transaction info list/// `start_global_index` is the transaction global index#[rpc(name = "chain.get_transaction_infos")]fnget_transaction_infos(&self,start_global_index:u64,reverse:bool,max_size:u64,) -> FutureResult<Vec<TransactionInfoView>>;
前端获取事件的函数:provider.getTransactionEvents,使用中有两个问题:
1)参数中有个event_key,是否可以支持直接用event_name
2)还有现在会提示block range只允许32个,这样很难获取过去一段较长时间的事件
The text was updated successfully, but these errors were encountered: