Refactor AssetSupply to AssetRecords and update issuance verification functions #810
Annotations
3 errors
unresolved import `crate::supply_info::AssetRecord`:
src/lib.rs#L32
error[E0432]: unresolved import `crate::supply_info::AssetRecord`
--> src/issuance.rs:32:5
|
32 | use crate::supply_info::AssetRecord;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AssetRecord` in `supply_info`
|
Clippy (MSRV)
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Clippy (MSRV)
{
"rendered": "For more information about this error, try `rustc --explain E0432`.\n",
"children": [],
"code": null,
"level": "failure-note",
"message": "For more information about this error, try `rustc --explain E0432`.",
"spans": []
}
|