sCrypt-Inc / scryptTS-docs

https://docs.scrypt.io
12 stars 8 forks source link

tx builder #47

Closed xhliu closed 1 year ago

xhliu commented 1 year ago

https://scrypt.io/scrypt-ts/getting-started/how-to-build-a-contract-tx#customized-call-tx-builder

binding

    await Auction.compile()
    Auction.bindTxBuilder('bid', Auction.bidTxBuilder)

explain options and args

MyContract.bindTxBuilder("unlock", (options, ...args) => {

Options such as in https://scrypt.io/scrypt-ts/getting-started/how-to-test-a-contract#call-a-public-method

What does this mean?

image

xhliu commented 1 year ago

Done https://github.com/sCrypt-Inc/scryptTS-examples/commit/cf3ea45a1100a8f3613371d044f892e0b66e3605