UNPKG

@bugbytes/hapi-connect

Version:

Lightweight HashConnect Browser Side Client Library

9 lines 253 B
export interface TransactionResponse { topic: string; id: string; success: boolean; receipt: string; signedTransaction: Uint8Array | undefined; error: any | string | undefined; } //# sourceMappingURL=transaction-response.d.ts.map