ZkgmClientResponse.ts
This module describes a superset of events during finite-state machine execution following {@link ZkgmClient} execution.
Added in v2.0.0
Signature
export interface ZkgmClientResponse extends IncomingMessage.ZkgmIncomingMessage<ClientError.ResponseError> { readonly [TypeId]: TypeId readonly request: ClientRequest.ZkgmClientRequest readonly txHash: Hex}Source: src/ZkgmClientResponse.ts:28
Added in v2.0.0
Signature
export declare const TypeId: typeof TypeIdSource: src/ZkgmClientResponse.ts:16
Added in v2.0.0
Signature
export type TypeId = typeof TypeIdSource: src/ZkgmClientResponse.ts:22
Added in v2.0.0