Documentation
    Preparing search index...
    interface TezosSaplingPermissionResponse {
        blockchainData: {
            accounts: {
                accountId: string;
                address: string;
                network: {
                    contract: string;
                    name?: string;
                    rpcUrl?: string;
                    type: NetworkType;
                };
                viewingKey?: string;
            }[];
            appMetadata: AppMetadata;
            scopes: TezosSaplingPermissionScope[];
        };
        blockchainIdentifier: "tezos-sapling";
        type: PermissionResponse;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockchainData: {
        accounts: {
            accountId: string;
            address: string;
            network: {
                contract: string;
                name?: string;
                rpcUrl?: string;
                type: NetworkType;
            };
            viewingKey?: string;
        }[];
        appMetadata: AppMetadata;
        scopes: TezosSaplingPermissionScope[];
    }
    blockchainIdentifier: "tezos-sapling"