Interface ProxyMessageStatusResponse

interface ProxyMessageStatusResponse {
    id: number;
    type: StatusResponse;
    response: utils.candid.JsonObject;
}

Hierarchy (view full)

Properties

Properties

id: number