Documentation
    Preparing search index...
    interface SubstratePermissionResponse {
        blockchainData: {
            accounts: {
                accountId: string;
                address: string;
                network?: { genesisHash: string; rpc?: string };
                publicKey: string;
            }[];
            appMetadata: AppMetadata;
            scopes: SubstratePermissionScope[];
        };
        blockchainIdentifier: "substrate";
        type: PermissionResponse;
    }

    Hierarchy (View Summary)

    Index

    Properties

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