Get Expected Asset Deletes
Gets asset deletes which are expected to be executed in the next block.
Request:
- requestType is either getExpectedAssetDeletes
- asset is the asset ID (optional)
- account is the account ID (optional)
- firstIndex is a zero-based index to the first phased transaction to retrieve (optional)
- lastIndex is a zero-based index to the last phased transaction to retrieve (optional)
- timestamp is the earliest deletion (in seconds since the genesis block) to retrieve (optional)
- includeAssetInfo is true if asset information is to be included (optional)
- requireBlock is the block ID of a block that must be present in the blockchain during execution (optional)
- requireLastBlock is the block ID of a block that must be last in the blockchain during execution (optional)
Response:
- deletes (A) is an array of expected asset delete objects with following properties:
- assetDelete (S) is the transaction ID
- asset (S) is the asset ID
- account (S) is the account ID
- accountRS (S) is the account Reed Solomon address
- quantityQNT (S) is the number of shares that will be deleted
- decimals (N) is the number of decimal places used by the asset (if includeAssetInfo is true)
- name (S) is the asset name (if includeAssetInfo is true)
- requestProcessingTime (N) is the API request processing time (in millisec)