Interface ProtocolSpec

Hierarchy

  • ProtocolSpec

Properties

methods?: {
    [name: string]: ProtocolMethodSpec;
}

Type declaration

name?: string

Name of the protocol.

Omit this if you don’t care about the globally visible name and would like the runtime to auto-generate one for you.

protocols?: Protocol[]

Protocols this protocol conforms to.

Generated using TypeDoc