-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expose import_asset
, export_asset
and list_assets
methods
#117
Comments
That's right, and |
import_asset
and invoice
methodsimport_asset
and list_assets
methods
Seems like this issue is a blocking and a priority for v0.2 release. @zoedberg will you try to implement the methods or should I work on it myself? |
Currently working on RGB-WG/rgb-sdk#24 and RGB-WG/rgb-sdk#29, but I can temporarily pause those to do this. |
I can do the stuff quick, but I thought you are interested in trying to play with the Node code, not just SDK around it, and this may be a good first issue. Your WIP PR will be in any way useful |
I am interested, but currently a bit overloaded by tasks. I will give it another try tomorrow, and if not succeed quickly, I'll open a draft PR |
Yeah, feel free to postpone other tasks, they are not that critical to do the release |
import_asset
and list_assets
methodsimport_asset
, export_asset
and list_assets
methods
let's add to the
i9n
module the methods:import_asset
, calling the method insrc/contracts/fungible/runtime.rs
(Addinvoice
, defined as here https://github.com/LNP-BP/rgb-node/blob/master/src/cli/fungible.rs#L412-L429import_asset
,export_asset
,list_assets
andinvoice
methods rgb-sdk#28 (comment))list_assets
(Addimport_asset
,export_asset
,list_assets
andinvoice
methods rgb-sdk#28 (comment))export_asset
@dr-orlovsky please correct me if I'm wrong
The text was updated successfully, but these errors were encountered: