简体中文
注意: 此页面尚未翻译成中文。以下内容为英文原版。
type Subscription: | { "tag": string; "type": | "close" | "debug" | "error" | "finalized" | "network" | "safe"; "zone": Zone; } | { "tag": string; "type": "block" | "pending"; "zone": Zone; } | { "hash": string; "tag": string; "type": "transaction"; "zone": Zone; } | { "filter": AccessesFilter; "tag": string; "type": "accesses"; "zone": Zone; } | { "hash": string; "tag": string; "type": "qiTransaction"; "zone": Zone; } | { "filter": EventFilter; "tag": string; "type": "event"; "zone": Zone; } | { "filter": OrphanFilter; "tag": string; "type": "orphan"; "zone": Zone; };
此页面对您有帮助吗?