mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Add methods param for RPC state_traceBlock (#9642)
* Add methods param for RPC state_traceBlock Signed-off-by: koushiro <koushiro.cqx@gmail.com> * rename event_values_filter arg Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Add some doc Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Add some doc Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Fix doc Signed-off-by: koushiro <koushiro.cqx@gmail.com> * format Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -35,6 +35,9 @@ pub struct BlockTrace {
|
||||
/// Storage key targets used to filter out events that do not have one of the storage keys.
|
||||
/// Empty string means do not filter out any events.
|
||||
pub storage_keys: String,
|
||||
/// Method targets used to filter out events that do not have one of the event method.
|
||||
/// Empty string means do not filter out any events.
|
||||
pub methods: String,
|
||||
/// Vec of tracing spans
|
||||
pub spans: Vec<Span>,
|
||||
/// Vec of tracing events
|
||||
|
||||
Reference in New Issue
Block a user