Documentation
Preparing search index...
@airgap/beacon-blockchain-tezos-sapling
TezosSaplingBlockchain
Class TezosSaplingBlockchain
Implements
Blockchain
Index
Constructors
constructor
Properties
identifier
Methods
get
Account
Infos
From
Permission
Response
get
Wallet
Lists
handle
Response
validate
Request
Constructors
constructor
new
TezosSaplingBlockchain
()
:
TezosSaplingBlockchain
Returns
TezosSaplingBlockchain
Properties
Readonly
identifier
identifier
:
string
= 'tezos-sapling'
Methods
get
Account
Infos
From
Permission
Response
getAccountInfosFromPermissionResponse
(
permissionResponse
:
TezosSaplingPermissionResponse
,
)
:
Promise
<
{
accountId
:
string
;
address
:
string
;
publicKey
:
string
}
[]
>
Parameters
permissionResponse
:
TezosSaplingPermissionResponse
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...