TransactionReceipt Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A receipt certifying the transaction at the specified id.
public class TransactionReceipt : System.ClientModel.Primitives.IJsonModel<Azure.Security.ConfidentialLedger.Models.TransactionReceipt>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.ConfidentialLedger.Models.TransactionReceipt>
type TransactionReceipt = class
interface IJsonModel<TransactionReceipt>
interface IPersistableModel<TransactionReceipt>
Public Class TransactionReceipt
Implements IJsonModel(Of TransactionReceipt), IPersistableModel(Of TransactionReceipt)
- Inheritance
-
TransactionReceipt
- Implements
Properties
| Name | Description |
|---|---|
| ApplicationClaims |
List of application claims. |
| Receipt |
The receipt contents for the transaction. |
| State |
State of a ledger query. |
| TransactionId |
A unique identifier for the state of the ledger. If returned as part of a LedgerEntry, it indicates the state from which the entry was read. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to TransactionReceipt) | |