interface BoundWitnessMeta {
    $destination?: Lowercase<string>;
    $sourceQuery?: Lowercase<string>;
}

Properties

$destination?: Lowercase<string>

The address to which the query is directed

$sourceQuery?: Lowercase<string>

The query that initiated the bound witness