astral-bitlight
astral-bitlight
I've moved the core contract removal logic to remove_contract in the main Mound impl per your request. Kindly review.
Since RgbInvoice is currently a type alias for CallRequest, we can’t directly implement methods like new() on it. To address this, I propose refactoring it into a newtype wrapper (a...
I've added serde support and fixed constructor param issue
We can closed it for now