Documentation
Preparing search index...
@airgap/beacon-dapp
PermissionResponseV3
Interface PermissionResponseV3<T>
interface
PermissionResponseV3
<
T
extends
string
=
string
>
{
blockchainData
:
{
appMetadata
:
AppMetadata
;
scopes
:
string
[]
}
;
blockchainIdentifier
:
T
;
type
:
PermissionResponse
;
}
Type Parameters
T
extends
string
=
string
Hierarchy (
View Summary
)
BlockchainMessage
<
T
>
PermissionResponseV3
SubstratePermissionResponse
TezosSaplingPermissionResponse
Index
Properties
blockchain
Data
blockchain
Identifier
type
Properties
blockchain
Data
blockchainData
:
{
appMetadata
:
AppMetadata
;
scopes
:
string
[]
}
blockchain
Identifier
blockchainIdentifier
:
T
type
type
:
PermissionResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blockchain
Data
blockchain
Identifier
type
Documentation
Loading...