Documentation
Preparing search index...
@airgap/beacon-blockchain-substrate
SubstratePermissionResponse
Interface SubstratePermissionResponse
interface
SubstratePermissionResponse
{
blockchainData
:
{
accounts
:
{
accountId
:
string
;
address
:
string
;
network
?:
{
genesisHash
:
string
;
rpc
?:
string
}
;
publicKey
:
string
;
}
[]
;
appMetadata
:
AppMetadata
;
scopes
:
SubstratePermissionScope
[]
;
}
;
blockchainIdentifier
:
"substrate"
;
type
:
PermissionResponse
;
}
Hierarchy (
View Summary
)
PermissionResponseV3
<
"substrate"
>
SubstratePermissionResponse
Index
Properties
blockchain
Data
blockchain
Identifier
type
Properties
blockchain
Data
blockchainData
:
{
accounts
:
{
accountId
:
string
;
address
:
string
;
network
?:
{
genesisHash
:
string
;
rpc
?:
string
}
;
publicKey
:
string
;
}
[]
;
appMetadata
:
AppMetadata
;
scopes
:
SubstratePermissionScope
[]
;
}
blockchain
Identifier
blockchainIdentifier
:
"substrate"
type
type
:
PermissionResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blockchain
Data
blockchain
Identifier
type
Documentation
Loading...