File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,18 @@ Older versions
46
46
47
47
**Version 4.x.x **
48
48
49
- As part of the changes in the BigchainDB 2.0 server, some endpoint were
49
+ As part of the changes in the BigchainDB 2.0 server, some endpoints were
50
50
modified. In order to be consistent with them, the JS driver does not have
51
51
anymore the `pollStatusAndFetchTransaction() ` method as there are three
52
- different ways of posting a transaction.
52
+ different ways of posting a transaction:
53
+
53
54
- `async ` using the `postTransaction `: the response will return immediately and not wait to see if the transaction is valid.
54
55
- `sync ` using the `postTransactionSync `: the response will return after the transaction is validated.
55
56
- `commit ` using the `postTransactionCommit `: the response will return after the transaction is committed to a block.
56
57
57
58
By default in the docs we will use the `postTransactionCommit ` as is way of
58
59
being sure that the transaction is validated and commited to a block, so
59
- there will not be any issue if you try to transfer the asset immediately.
60
+ there will not be any issue if you try to do any other action with the asset immediately.
60
61
61
62
62
63
**Version 3.2.x **
You can’t perform that action at this time.
0 commit comments