Skip to content

/AWS1/CL_MBQ=>LISTASSETCONTRACTS()

About ListAssetContracts

Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).

The Bitcoin blockchain networks do not support this operation.

Method Signature

IMPORTING

Required arguments:

IO_CONTRACTFILTER TYPE REF TO /AWS1/CL_MBQCONTRACTFILTER /AWS1/CL_MBQCONTRACTFILTER

Contains the filter parameter for the request.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/MBQNEXTTOKEN /AWS1/MBQNEXTTOKEN

The pagination token that indicates the next set of results to retrieve.

IV_MAXRESULTS TYPE /AWS1/MBQINTEGER /AWS1/MBQINTEGER

The maximum number of contracts to list.

Default: 100

Even if additional results can be retrieved, the request can return less results than maxResults or an empty array of results.

To retrieve the next set of results, make another request with the returned nextToken value. The value of nextToken is null when there are no more results to return

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MBQLSTASTCONTRACTSOUT /AWS1/CL_MBQLSTASTCONTRACTSOUT