Documentation
Preparing search index...
@airgap/beacon-blockchain-tezos
TezosBlockchain
Class TezosBlockchain
Implements
Blockchain
Index
Constructors
constructor
Properties
identifier
Methods
get
Account
Infos
From
Permission
Response
get
Wallet
Lists
handle
Response
validate
Request
Constructors
constructor
new
TezosBlockchain
()
:
TezosBlockchain
Returns
TezosBlockchain
Properties
Readonly
identifier
identifier
:
string
= 'xtz'
Methods
get
Account
Infos
From
Permission
Response
getAccountInfosFromPermissionResponse
(
_permissionResponse
:
PermissionResponseV3
<
"tezos"
>
,
)
:
Promise
<
{
accountId
:
string
;
address
:
string
;
publicKey
:
string
}
[]
>
Parameters
_permissionResponse
:
PermissionResponseV3
<
"tezos"
>
Returns
Promise
<
{
accountId
:
string
;
address
:
string
;
publicKey
:
string
}
[]
>
get
Wallet
Lists
getWalletLists
()
:
Promise
<
{
desktopList
:
DesktopApp
[]
;
extensionList
:
ExtensionApp
[]
;
iOSList
:
App
[]
;
webList
:
WebApp
[]
;
}
,
>
Returns
Promise
<
{
desktopList
:
DesktopApp
[]
;
extensionList
:
ExtensionApp
[]
;
iOSList
:
App
[]
;
webList
:
WebApp
[]
;
}
,
>
handle
Response
handleResponse
(
input
:
ResponseInput
)
:
Promise
<
void
>
Parameters
input
:
ResponseInput
Returns
Promise
<
void
>
validate
Request
validateRequest
(
input
:
BlockchainMessage
)
:
Promise
<
void
>
Parameters
input
:
BlockchainMessage
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
identifier
Methods
get
Account
Infos
From
Permission
Response
get
Wallet
Lists
handle
Response
validate
Request
Documentation
Loading...