Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Permissions

import type { Permissions } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface Permissions {
issuerId?: bigint;
permissions?: Permission[];
}

§Properties

§
issuerId?: bigint
[src]

ID of the issuer the list of permissions refer to.

§
permissions?: Permission[]
[src]

The complete list of permissions for the issuer account.