@bloock/sdk / IssuerStateReceipt
Class: IssuerStateReceipt
Represents a receipt for the issuer's state.
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new IssuerStateReceipt(txHash
): IssuerStateReceipt
Constructs an IssuerStateReceipt object with the specified parameters.
Parameters
Name | Type |
---|---|
txHash | string |
Returns
Defined in
entity/identity/issuer_state_receipt.ts:13
Properties
txHash
• txHash: string
Defined in
entity/identity/issuer_state_receipt.ts:7
Methods
toProto
▸ toProto(): IssuerStateReceipt
Returns
IssuerStateReceipt
Defined in
entity/identity/issuer_state_receipt.ts:17
fromProto
▸ fromProto(r
): IssuerStateReceipt
Parameters
Name | Type |
---|---|
r | IssuerStateReceipt |