Documentation
Preparing search index...
@airgap/beacon-wallet
BlockchainRequestV3
Interface BlockchainRequestV3<T>
interface
BlockchainRequestV3
<
T
extends
string
=
string
>
{
accountId
:
string
;
blockchainData
:
{
scope
:
string
;
type
:
string
}
;
blockchainIdentifier
:
T
;
type
:
BlockchainRequest
;
}
Type Parameters
T
extends
string
=
string
Hierarchy (
View Summary
)
BlockchainMessage
<
T
>
BlockchainRequestV3
Index
Properties
account
Id
blockchain
Data
blockchain
Identifier
type
Properties
account
Id
accountId
:
string
blockchain
Data
blockchainData
:
{
scope
:
string
;
type
:
string
}
blockchain
Identifier
blockchainIdentifier
:
T
type
type
:
BlockchainRequest
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
blockchain
Data
blockchain
Identifier
type
Documentation
Loading...