pub async fn decode_selectors(
selector_type: SelectorType,
selectors: impl IntoIterator<Item = impl Into<String>>,
) -> Result<Vec<Option<Vec<String>>>>
Expand description
Decodes the given function or event selectors using OpenChain.
pub async fn decode_selectors(
selector_type: SelectorType,
selectors: impl IntoIterator<Item = impl Into<String>>,
) -> Result<Vec<Option<Vec<String>>>>
Decodes the given function or event selectors using OpenChain.