interface GetVtxos {
    filter?: GetVtxosFilter;
    id: string;
    type: "GET_VTXOS";
}

Hierarchy (View Summary)

Properties

Properties

id: string
type: "GET_VTXOS"