Documentation
Preparing search index...
@airgap/beacon-types
PermissionResponse
Interface PermissionResponse
interface
PermissionResponse
{
address
?:
string
;
appMetadata
:
AppMetadata
;
id
:
string
;
network
:
Network
;
notification
?:
Notification
;
publicKey
?:
string
;
scopes
:
PermissionScope
[]
;
senderId
:
string
;
threshold
?:
Threshold
;
type
:
PermissionResponse
;
verificationType
?:
"proof_of_event"
;
version
:
string
;
walletType
:
"implicit"
|
"abstracted_account"
;
}
Hierarchy (
View Summary
)
BeaconBaseMessage
PermissionResponse
Index
Properties
address?
app
Metadata
id
network
notification?
public
Key?
scopes
sender
Id
threshold?
type
verification
Type?
version
wallet
Type
Properties
Optional
address
address
?:
string
app
Metadata
appMetadata
:
AppMetadata
id
id
:
string
network
network
:
Network
Optional
notification
notification
?:
Notification
Optional
public
Key
publicKey
?:
string
scopes
scopes
:
PermissionScope
[]
sender
Id
senderId
:
string
Optional
threshold
threshold
?:
Threshold
type
type
:
PermissionResponse
Optional
verification
Type
verificationType
?:
"proof_of_event"
version
version
:
string
wallet
Type
walletType
:
"implicit"
|
"abstracted_account"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
app
Metadata
id
network
notification
public
Key
scopes
sender
Id
threshold
type
verification
Type
version
wallet
Type
Documentation
Loading...