We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Such as
const txnRequest = { script: { code: '0x1::TransferScripts::peer_to_peer_v2', type_args: ['0x1::STC::STC'], args: ['0xc13b50bdb12e3fdd03c4e3b05e34926a', '100000u128'], } }; let txn = await signer.sendTransaction(txnRequest);
Can wrap to a javascript function
function peer_to_peer_v2(address,amount);
Expect script function list:
The text was updated successfully, but these errors were encountered:
batch_peer_to_peer_v2 的 args 是什么样的
@jolestar
Sorry, something went wrong.
batch_peer_to_peer_v2 的 args 是什么样的 @jolestar
https://github.com/starcoinorg/starcoin/blob/master/vm/stdlib/sources/TransferScripts.move
No branches or pull requests
Such as
Can wrap to a javascript function
Expect script function list:
The text was updated successfully, but these errors were encountered: