Interface SubstratePermissionRequest

Hierarchy

Properties

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

Type declaration

blockchainIdentifier: "substrate"

Generated using TypeDoc