diba-io / bitmask-core

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

Storage Transfers (Consig) Files #322

Closed crisdut closed 1 year ago

crisdut commented 1 year ago

Description

This PR intent add support to storage consig files temporally to allow users waiting the transaction is publish and confirmed in blockchain.

New Features We add three new methods:

Changes

Fixies

RgbTransferDetail (struct) image

Closes https://github.com/diba-io/bitmask-core/issues/318 Closes #321

crisdut commented 1 year ago

@josediegorobles There is an example how your which parameters you need to use in your call: https://github.com/diba-io/bitmask-core/blob/95c797b68780ca58d852c949cec6f27606752cb8/tests/rgb/integration/internal.rs#L134-L143