interface ProtoMsg {
    type_url: string;
    value: any;
    encode(): Promise<Uint8Array>;
}

Properties

Methods

Properties

type_url: string
value: any

Methods

  • Returns Promise<Uint8Array>

Generated using TypeDoc