pub fn encode_multicall(
darkpool: Address,
proof: &[u8],
public_inputs: &[[u8; 32]],
action_target: Address,
action_calldata: Bytes,
) -> Result<Bytes, BuilderError>Expand description
Encode a multicall bundle for the RelayerMulticall contract