Documentation
Preparing search index...
@airgap/beacon-dapp
AccountInfo
Interface AccountInfo
interface
AccountInfo
{
accountIdentifier
:
string
;
address
:
string
;
connectedAt
:
number
;
hasVerifiedChallenge
?:
boolean
;
network
:
Network
;
notification
?:
Notification
;
origin
:
{
id
:
string
;
type
:
Origin
}
;
publicKey
?:
string
;
scopes
:
PermissionScope
[]
;
senderId
:
string
;
threshold
?:
Threshold
;
verificationType
?:
"proof_of_event"
;
walletKey
?:
string
;
walletType
:
"implicit"
|
"abstracted_account"
;
}
Hierarchy (
View Summary
)
PermissionEntity
AccountInfo
Index
Properties
account
Identifier
address
connected
At
has
Verified
Challenge?
network
notification?
origin
public
Key?
scopes
sender
Id
threshold?
verification
Type?
wallet
Key?
wallet
Type
Properties
account
Identifier
accountIdentifier
:
string
address
address
:
string
connected
At
connectedAt
:
number
Optional
has
Verified
Challenge
hasVerifiedChallenge
?:
boolean
network
network
:
Network
Optional
notification
notification
?:
Notification
origin
origin
:
{
id
:
string
;
type
:
Origin
}
Optional
public
Key
publicKey
?:
string
scopes
scopes
:
PermissionScope
[]
sender
Id
senderId
:
string
Optional
threshold
threshold
?:
Threshold
Optional
verification
Type
verificationType
?:
"proof_of_event"
Optional
wallet
Key
walletKey
?:
string
wallet
Type
walletType
:
"implicit"
|
"abstracted_account"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Identifier
address
connected
At
has
Verified
Challenge
network
notification
origin
public
Key
scopes
sender
Id
threshold
verification
Type
wallet
Key
wallet
Type
Documentation
Loading...