-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
We are wondering if there is a timeout option that we can use to timeout transaction creation on your side:
https://docs.synapsefi.com/reference#create-transaction
for example something like this:
const newTX = await synapseUser.createTransaction(
achNodeID,
{
to: {
// ...
},
amount: {
// ...
},
extra: {
// ...
},
fees: [
// ...
],
},
idempotencyKey, {
timeout: 3000, // timeout request after 3000 ms. /// <<<< here
}
);is this possible?
Metadata
Metadata
Assignees
Labels
No labels