Documentation
    Preparing search index...
    interface SubstratePermissionRequest {
        blockchainData: {
            appMetadata: AppMetadata;
            network?: { genesisHash: string; rpc?: string }[];
            scopes: SubstratePermissionScope[];
        };
        blockchainIdentifier: "substrate";
        type: PermissionRequest;
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockchainData: {
        appMetadata: AppMetadata;
        network?: { genesisHash: string; rpc?: string }[];
        scopes: SubstratePermissionScope[];
    }
    blockchainIdentifier: "substrate"