Interface QuerierGetOptions

interface QuerierGetOptions {
    attachment?: IntoZBytes;
    encoding?: Encoding;
    parameters?: string;
    payload?: IntoZBytes;
}

Properties

attachment?: IntoZBytes
encoding?: Encoding
parameters?: string
payload?: IntoZBytes