diba-io / bitmask-core

Core functionality for the BitMask wallet
https://bitmask.app
Other
95 stars 23 forks source link

Substituting Tupla for a struct #117

Closed josediegorobles closed 1 year ago

josediegorobles commented 1 year ago

For more clarity of the code.

It's here:

In lib.rs this method:

#[cfg(not(target_arch = "wasm32"))] pub async fn transfer_assets( rgb_assets_descriptor_xpub: &str, // TODO: Privacy concerns. Not great, not terrible blinded_utxo: &str, amount: u64, asset_contract: &str, asset_utxos: Vec<LocalUtxo>, ) -> Result<( String, // bech32m compressed sten consignment String, // base64 bitcoin encoded psbt String, // json String, String, String, )> `

Must return a TransferAssetsResponse

cryptoquick commented 1 year ago

Closed by #124