hirosystems / hirosystems/stacks-subnets
Add two versions of withdraw function
Open
- Dominant language
- Rust
- Stars
- 51
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Some assets interacting with the hyperchain may not implement the mint trait (or may not allow the contract to invoke the mint function in the mint trait).
We should have two versions of the withdraw function for assets:
(1) attempts to transfer asset from contract; if not present, minting is attempted
(2) only attempts to transfer the asset from the contract
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.