Closed DougieHauser closed 4 days ago
Adding the ConvertRuint trait to apply to the non-primitive type of U256, this is a first step towards fixing issue 85 in op-alloy
This is my 1st contribution ever.. be gentle :)
Thanks but this is not needed, you can simply remove the serde(with = "quantity") attribute since quantity should only used for non-ruint integers
serde(with = "quantity")
quantity
Adding the ConvertRuint trait to apply to the non-primitive type of U256, this is a first step towards fixing issue 85 in op-alloy
This is my 1st contribution ever.. be gentle :)