BlockchainFunctions

Functions

Link copied to clipboard

Get details about a blockchain member. API Version: 2018-06-01-preview.

suspend fun getBlockchainMember(blockchainMemberName: String, resourceGroupName: String): GetBlockchainMemberResult
Link copied to clipboard

Get the details of the transaction node. API Version: 2018-06-01-preview.

suspend fun getTransactionNode(blockchainMemberName: String, resourceGroupName: String, transactionNodeName: String): GetTransactionNodeResult
Link copied to clipboard

Lists the API keys for a blockchain member. API Version: 2018-06-01-preview.

suspend fun listBlockchainMemberApiKeys(blockchainMemberName: String, resourceGroupName: String): ListBlockchainMemberApiKeysResult
Link copied to clipboard

Lists the available consortiums for a subscription. API Version: 2018-06-01-preview.

Link copied to clipboard

List the API keys for the transaction node. API Version: 2018-06-01-preview.

suspend fun listTransactionNodeApiKeys(blockchainMemberName: String, resourceGroupName: String, transactionNodeName: String): ListTransactionNodeApiKeysResult