pub fn encode_redeem_positions(
condition_id: &str,
neg_risk: bool,
) -> Result<PositionCall>Expand description
Encodes a redeemPositions call for both binary index sets.
ยงErrors
Returns an error if condition_id is not a 32-byte hex value.