Package | Description |
---|---|
com.sap.cloud.sdk.services.blockchain.multichain.model | |
com.sap.cloud.sdk.services.blockchain.multichain.service |
Modifier and Type | Method and Description |
---|---|
List<MultichainAsset> |
MultichainOutput.getAssets() |
Modifier and Type | Method and Description |
---|---|
void |
MultichainOutput.setAssets(List<MultichainAsset> assets) |
Constructor and Description |
---|
MultichainOutput(Long value,
Integer n,
MultichainScriptPubKey scriptPubKey,
List<MultichainAsset> assets,
List<Object> permissions,
List<MultichainItem> items,
List<String> addresses,
String type,
Boolean ismine,
Boolean iswatchonly,
Integer amount) |
Modifier and Type | Method and Description |
---|---|
List<MultichainAsset> |
MultichainService.listAssets() |
List<MultichainAsset> |
MultichainService.listAssets(Map<String,Object> args)
Pass an asset name, ref or issuance txid in assets to retrieve information about one asset only, an array thereof
for multiple assets, or * for all assets.
|
Copyright © 2020 SAP SE. All rights reserved.