-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @quanqx, You need to set requiredSigners field in transaction as the contract is checking signatories. Here's a working example with QuickTx https://github.com/satran004/helloworld-contract-offchain Looks like you are using Composable function (TxBuilder) api in your off-chain code. Check QuickTx api, it provides a simple declarative api to build transactions. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @quanqx,
You need to set requiredSigners field in transaction as the contract is checking signatories.
Here's a working example with QuickTx
https://github.com/satran004/helloworld-contract-offchain
Looks like you are using Composable function (TxBuilder) api in your off-chain code. Check QuickTx api, it provides a simple declarative api to build transactions.
Thanks.