Interface QuerierGetOptions

interface QuerierGetOptions {
    attachment?: IntoZBytes;
    encoding?: Encoding;
    handler?: Handler | ((sample: Reply) => Promise<void>);
    payload?: IntoZBytes;
}

Properties

attachment?: IntoZBytes
encoding?: Encoding
handler?: Handler | ((sample: Reply) => Promise<void>)
payload?: IntoZBytes