Preparing search index...
The search index is not available
Documentation
Documentation
@airgap/beacon-blockchain-substrate
SubstrateBlockchain
Class SubstrateBlockchain
Hierarchy
SubstrateBlockchain
Implements
Blockchain
Index
Constructors
constructor
Properties
identifier
Methods
get
Account
Infos
From
Permission
Response
get
Wallet
Lists
handle
Response
validate
Request
Constructors
constructor
new
Substrate
Blockchain
(
)
:
SubstrateBlockchain
Returns
SubstrateBlockchain
Properties
Readonly
identifier
identifier
:
string
= 'substrate'
Methods
get
Account
Infos
From
Permission
Response
get
Account
Infos
From
Permission
Response
(
permissionResponse
)
:
Promise
<
{
accountId
:
string
;
address
:
string
;
publicKey
:
string
;
}
[]
>
Parameters
permissionResponse
:
SubstratePermissionResponse
Returns
Promise
<
{
accountId
:
string
;
address
:
string
;
publicKey
:
string
;
}
[]
>
get
Wallet
Lists
get
Wallet
Lists
(
)
:
Promise
<
{
desktopList
:
DesktopApp
[]
;
extensionList
:
ExtensionApp
[]
;
iOSList
:
App
[]
;
webList
:
WebApp
[]
;
}
>
Returns
Promise
<
{
desktopList
:
DesktopApp
[]
;
extensionList
:
ExtensionApp
[]
;
iOSList
:
App
[]
;
webList
:
WebApp
[]
;
}
>
handle
Response
handle
Response
(
input
)
:
Promise
<
void
>
Parameters
input
:
ResponseInput
Returns
Promise
<
void
>
validate
Request
validate
Request
(
input
)
:
Promise
<
void
>
Parameters
input
:
BlockchainMessage
<
string
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
identifier
get
Account
Infos
From
Permission
Response
get
Wallet
Lists
handle
Response
validate
Request
Documentation
@airgap/beacon-blockchain-substrate - v4.3.0
@airgap/beacon-blockchain-tezos - v4.3.0
@airgap/beacon-blockchain-tezos-sapling - v4.3.0
@airgap/beacon-core - v4.3.0
@airgap/beacon-dapp - v4.3.0
@airgap/beacon-sdk - v4.3.0
@airgap/beacon-transport-matrix - v4.3.0
@airgap/beacon-transport-postmessage - v4.3.0
@airgap/beacon-transport-walletconnect - v4.3.0
@airgap/beacon-types - v4.3.0
@airgap/beacon-ui - v4.3.0
@airgap/beacon-utils - v4.3.0
@airgap/beacon-wallet - v4.3.0
Generated using
TypeDoc