Hierarchy

Properties

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

Type declaration

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

Generated using TypeDoc