Type alias Address

Address: {
    address: string;
    type?: "v4" | "v6";
}

Type declaration

  • address: string
  • Optional type?: "v4" | "v6"

Deprecated

just supply the address directly in PrepareStreamRequest