Interface IGetSinkResponse

Return interface for the RpcClient.getSink RPC method.

interface IGetSinkResponse {
    sink: string;
}

Properties

Properties

sink: string

Generated using TypeDoc