Skip to content

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
readonly safeHash: O.Option<Hex>
}

Source: src/ZkgmClientResponse.ts:29

Added in v2.0.0

Signature

export declare const TypeId: typeof TypeId

Source: src/ZkgmClientResponse.ts:17

Added in v2.0.0

Signature

export type TypeId = typeof TypeId

Source: src/ZkgmClientResponse.ts:23

Added in v2.0.0