Documentation
Preparing search index...
@airgap/beacon-dapp
ChangeAccountRequest
Interface ChangeAccountRequest
interface
ChangeAccountRequest
{
address
?:
string
;
id
:
string
;
network
:
Network
;
notification
?:
Notification
;
publicKey
?:
string
;
scopes
:
PermissionScope
[]
;
senderId
:
string
;
threshold
?:
Threshold
;
type
:
ChangeAccountRequest
;
verificationType
?:
"proof_of_event"
;
version
:
string
;
walletType
:
"implicit"
|
"abstracted_account"
;
}
Hierarchy (
View Summary
)
BeaconBaseMessage
ChangeAccountRequest
Index
Properties
address?
id
network
notification?
public
Key?
scopes
sender
Id
threshold?
type
verification
Type?
version
wallet
Type
Properties
Optional
address
address
?:
string
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
:
ChangeAccountRequest
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
id
network
notification
public
Key
scopes
sender
Id
threshold
type
verification
Type
version
wallet
Type
Documentation
Loading...