Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edd committed Jan 29, 2024
1 parent 7c9c679 commit f4471fd
Show file tree
Hide file tree
Showing 278 changed files with 57,326 additions and 125,703 deletions.
4 changes: 2 additions & 2 deletions docs/api/grpc/blockexplorer/api/v1/blockexplorer.proto.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _**package** blockexplorer.api.v1_


### `ListTransactionsRequest`
<ProtoMessage key={4} message={{"name":"ListTransactionsRequest","longName":"ListTransactionsRequest","fullName":"blockexplorer.api.v1.ListTransactionsRequest","description":"","hasExtensions":false,"hasFields":true,"hasOneofs":true,"extensions":[],"fields":[{"name":"limit","description":"Number of transactions to be returned from the blockchain.\nThis is deprecated, use first and last instead.","label":"","type":"uint32","longType":"uint32","fullType":"uint32","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":"","options":{"deprecated":true}},{"name":"before","description":"Optional cursor to paginate the request","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_before","defaultValue":""},{"name":"after","description":"Optional cursor to paginate the request","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_after","defaultValue":""},{"name":"filters","description":"Filters to apply to the request","label":"repeated","type":"FiltersEntry","longType":"ListTransactionsRequest.FiltersEntry","fullType":"blockexplorer.api.v1.ListTransactionsRequest.FiltersEntry","ismap":true,"isoneof":false,"oneofdecl":"","defaultValue":"","typeLink":"/testnet/api/grpc/blockexplorer/api/v1/blockexplorer.proto#listtransactionsrequestfiltersentry"},{"name":"cmd_types","description":"Transaction command types filter, for listing transactions with specified command types","label":"repeated","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"exclude_cmd_types","description":"Transaction command types exclusion filter, for listing all the transactions except the ones with specified command types","label":"repeated","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"parties","description":"Party IDs filter, can be sender or receiver","label":"repeated","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"first","description":"Number of transactions to be returned from the blockchain. Use in conjunction with the `after` cursor to paginate forwards.\nOn its own, this will return the first `first` transactions.","label":"","type":"uint32","longType":"uint32","fullType":"uint32","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"last","description":"Number of transactions to be returned from the blockchain. Use in conjunction with the `before` cursor to paginate backwards.\nOn its own, this will return the last `last` transactions.","label":"","type":"uint32","longType":"uint32","fullType":"uint32","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""}]}} />
<ProtoMessage key={4} message={{"name":"ListTransactionsRequest","longName":"ListTransactionsRequest","fullName":"blockexplorer.api.v1.ListTransactionsRequest","description":"","hasExtensions":false,"hasFields":true,"hasOneofs":true,"extensions":[],"fields":[{"name":"before","description":"Cursor to paginate the request. It can be used in conjunction with the `after` cursor.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_before","defaultValue":""},{"name":"after","description":"Cursor to paginate the request. It can be used in conjunction with the `before` cursor.","label":"optional","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":true,"oneofdecl":"_after","defaultValue":""},{"name":"filters","description":"Filters to apply to the request","label":"repeated","type":"FiltersEntry","longType":"ListTransactionsRequest.FiltersEntry","fullType":"blockexplorer.api.v1.ListTransactionsRequest.FiltersEntry","ismap":true,"isoneof":false,"oneofdecl":"","defaultValue":"","typeLink":"/testnet/api/grpc/blockexplorer/api/v1/blockexplorer.proto#listtransactionsrequestfiltersentry"},{"name":"cmd_types","description":"Transaction command types filter, for listing transactions with specified command types","label":"repeated","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"exclude_cmd_types","description":"Transaction command types exclusion filter, for listing all the transactions except the ones with specified command types","label":"repeated","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"parties","description":"Party IDs filter, can be sender or receiver","label":"repeated","type":"string","longType":"string","fullType":"string","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"first","description":"Number of transactions to be returned from the blockchain.\nUse in conjunction with the `after` cursor to paginate forwards. Paginating forwards means toward the most recent\ntransactions.\nIt cannot be used in conjunction with the `before` cursor.\nOn its own, this will return the `first` most recent transactions.","label":"","type":"uint32","longType":"uint32","fullType":"uint32","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""},{"name":"last","description":"Number of transactions to be returned from the blockchain.\nUse in conjunction with the `before` cursor to paginate backwards. Paginating forwards means toward the least recent\ntransactions.\nIt cannot be used in conjunction with the `after` cursor.\nOn its own, this will return the `last` oldest transactions.","label":"","type":"uint32","longType":"uint32","fullType":"uint32","ismap":false,"isoneof":false,"oneofdecl":"","defaultValue":""}]}} />


### `ListTransactionsRequest.FiltersEntry`
Expand Down Expand Up @@ -62,7 +62,7 @@ _**package** blockexplorer.api.v1_


#### `ListTransactions`
<ProtoServiceMethod key={'ListTransactions-1'} method={{"name":"ListTransactions","description":"List transactions\n\nList transactions from the Vega blockchain","requestType":"ListTransactionsRequest","requestLongType":"ListTransactionsRequest","requestFullType":"blockexplorer.api.v1.ListTransactionsRequest","requestStreaming":false,"responseType":"ListTransactionsResponse","responseLongType":"ListTransactionsResponse","responseFullType":"blockexplorer.api.v1.ListTransactionsResponse","responseStreaming":false,"requestTypeLink":"/testnet/api/grpc/blockexplorer/api/v1/blockexplorer.proto#listtransactionsrequest","responseTypeLink":"/testnet/api/grpc/blockexplorer/api/v1/blockexplorer.proto#listtransactionsresponse"}} />
<ProtoServiceMethod key={'ListTransactions-1'} method={{"name":"ListTransactions","description":"List transactions\n\nList transactions from the Vega blockchain from the newest to the oldest transactions.","requestType":"ListTransactionsRequest","requestLongType":"ListTransactionsRequest","requestFullType":"blockexplorer.api.v1.ListTransactionsRequest","requestStreaming":false,"responseType":"ListTransactionsResponse","responseLongType":"ListTransactionsResponse","responseFullType":"blockexplorer.api.v1.ListTransactionsResponse","responseStreaming":false,"requestTypeLink":"/testnet/api/grpc/blockexplorer/api/v1/blockexplorer.proto#listtransactionsrequest","responseTypeLink":"/testnet/api/grpc/blockexplorer/api/v1/blockexplorer.proto#listtransactionsresponse"}} />


#### `Info`
Expand Down
Loading

0 comments on commit f4471fd

Please sign in to comment.