(&self, reducer: &str, args: &sats::ProductValue)
| 94 | } |
| 95 | |
| 96 | pub async fn call_reducer_binary(&self, reducer: &str, args: &sats::ProductValue) -> anyhow::Result<()> { |
| 97 | let args = bsatn::to_vec(&args).unwrap(); |
| 98 | self.call_reducer(reducer, FunctionArgs::Bsatn(args.into())).await |
| 99 | } |
| 100 | |
| 101 | pub async fn call_reducer_binary_result( |
| 102 | &self, |