-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi inputs & multi outputs #4
Comments
Rename |
Typo ordp2kh -> ordp2pkh |
Use instance.methods.unlock to transfer scrypt-ord/tests/specs/multi.spec.ts Lines 39 to 43 in dba56bc
Also I thought we removed |
Above does not work for non-OrdP2PKH contracts. What if there is a P2PKH, hashpuzzle, or counter input each? |
Merge these two into scrypt-ord/tests/specs/utils.ts Lines 5 to 16 in dba56bc
Same for scrypt-ord/tests/specs/utils.ts Lines 31 to 45 in dba56bc
|
for stateless & stateful contracts, similar to https://github.com/sCrypt-Inc/scrypt-ord/blob/master/tests/contracts/ftCounter.ts.
Just use multiCall?
transfer(inputInstances, outputInstances, signer)
This is mostly about multi inputs, e.g., multi call to contracts. So just make it similar to https://docs.scrypt.io/advanced/how-to-call-multiple-contracts, using partial tx.
The text was updated successfully, but these errors were encountered: