vec![(id0, u128::max_value())], ), ( OutPoint { txid: txid1, vout: 0, }, vec![(id1, u128::max_value())], ), ], ); let txid2 = context.rpc_server.broadcast_tx(TransactionTemplate { inputs: &[(2, 1, 0, Witness::new()), (3, 1, 0, Witness::new())], op_return: Some( Runestone { edicts: vec![ Edict { id: id0.into(), amount: u128::max_value(), output: 0, }, Edict { id: id1.into(), amount: u128::max_value(), output: 0, }, ], ..Default::default() } .encipher(), ), ..Default::default() }); context.mine_blocks(1); context.assert_runes( [ ( id0, RuneEntry { etching: txid0, rune: Rune(RUNE), supply: u128::max_value(), timestamp: 2,