mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
:param _: --> :query _:
This commit is contained in:
parent
eda8cdbba1
commit
152f151f23
@ -169,13 +169,13 @@ Transactions
|
|||||||
This endpoint returns conditions only if the transaction they're in are
|
This endpoint returns conditions only if the transaction they're in are
|
||||||
included in a ``VALID`` or ``UNDECIDED`` block on ``bigchain``.
|
included in a ``VALID`` or ``UNDECIDED`` block on ``bigchain``.
|
||||||
|
|
||||||
:param fields: A comma separated string to expand properties on the transaction object to be returned.
|
:query fields: A comma separated string to expand properties on the transaction object to be returned.
|
||||||
:type fields: string
|
:type fields: string
|
||||||
|
|
||||||
:param fulfilled: A flag to indicate if transaction's with fulfilled conditions should be returned.
|
:query fulfilled: A flag to indicate if transaction's with fulfilled conditions should be returned.
|
||||||
:type fulfilled: boolean
|
:type fulfilled: boolean
|
||||||
|
|
||||||
:param owners_after: Public keys able to validly spend an output of a transaction, assuming the user also has the corresponding private key.
|
:query owners_after: Public keys able to validly spend an output of a transaction, assuming the user also has the corresponding private key.
|
||||||
:type owners_after: base58 encoded string
|
:type owners_after: base58 encoded string
|
||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
@ -231,13 +231,13 @@ Transactions
|
|||||||
This endpoint returns assets only if the transaction they're in are
|
This endpoint returns assets only if the transaction they're in are
|
||||||
included in a ``VALID`` or ``UNDECIDED`` block on ``bigchain``.
|
included in a ``VALID`` or ``UNDECIDED`` block on ``bigchain``.
|
||||||
|
|
||||||
:param fields: A comma separated string to expand properties on the transaction object to be returned.
|
:query fields: A comma separated string to expand properties on the transaction object to be returned.
|
||||||
:type fields: string
|
:type fields: string
|
||||||
|
|
||||||
:param operation: One of the three supported operations of a transaction.
|
:query operation: One of the three supported operations of a transaction.
|
||||||
:type operation: string
|
:type operation: string
|
||||||
|
|
||||||
:param asset_id: asset ID.
|
:query asset_id: asset ID.
|
||||||
:type asset_id: uuidv4
|
:type asset_id: uuidv4
|
||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
@ -280,10 +280,10 @@ Transactions
|
|||||||
This endpoint returns assets only if the transaction they're in are
|
This endpoint returns assets only if the transaction they're in are
|
||||||
included in a ``VALID`` or ``UNDECIDED`` block on ``bigchain``.
|
included in a ``VALID`` or ``UNDECIDED`` block on ``bigchain``.
|
||||||
|
|
||||||
:param fields: A comma separated string to expand properties on the transaction object to be returned.
|
:query fields: A comma separated string to expand properties on the transaction object to be returned.
|
||||||
:type fields: string
|
:type fields: string
|
||||||
|
|
||||||
:param metadata_id: metadata ID.
|
:query metadata_id: metadata ID.
|
||||||
:type metadata_id: uuidv4
|
:type metadata_id: uuidv4
|
||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user