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<MultichainTransaction> |
MultichainBlock.getTx() |
Modifier and Type | Method and Description |
---|---|
void |
MultichainBlock.setTx(List<MultichainTransaction> tx) |
Constructor and Description |
---|
MultichainBlock(String hash,
String miner,
Integer confirmations,
Integer size,
Integer height,
Integer version,
String merkleroot,
List<MultichainTransaction> tx,
Long time,
Integer nonce,
String bits,
Float difficulty,
String chainwork,
String previousblockhash,
String nextblockhash,
Integer txcount) |
Modifier and Type | Method and Description |
---|---|
MultichainTransaction |
MultichainService.decodeRawTransaction(String txHex)
Returns a JSON object describing the serialized transaction in tx-hex.
|
MultichainTransaction |
MultichainService.getRawTransaction(String txId)
If verbose is 1, returns a JSON object describing transaction txid.
|
Copyright © 2021 SAP SE. All rights reserved.