import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { TrustTokenParams } = Protocol.Network;
Determines what type of Trust Token operation is executed and depending on the type, some additional parameters.
Properties
type: TrustTokenOperationType
Only set for "srr-token-redemption" type and determine whether to request a fresh SRR or use a still valid cached SRR. (TrustTokenParamsRefreshPolicy enum)