Documentation
    Preparing search index...

    Interface PermissionRequestV3<T>

    interface PermissionRequestV3<T extends string = string> {
        blockchainData: { appMetadata: AppMetadata; scopes: string[] };
        blockchainIdentifier: T;
        type: PermissionRequest;
    }

    Type Parameters

    • T extends string = string

    Hierarchy (View Summary)

    Index

    Properties

    blockchainData: { appMetadata: AppMetadata; scopes: string[] }
    blockchainIdentifier: T