@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/utila-services
UtilaBackofficeWalletService
Class UtilaBackofficeWalletService
Index
Constructors
constructor
Methods
get
search
Constructors
constructor
new
UtilaBackofficeWalletService
(
__namedParameters
:
{
utilaWalletClient
:
UtilaWalletClient
;
vaultId
:
string
;
walletIds
:
Record
<
UtilaSystemWalletType
,
string
>
;
}
,
)
:
UtilaBackofficeWalletService
Parameters
__namedParameters
:
{
utilaWalletClient
:
UtilaWalletClient
;
vaultId
:
string
;
walletIds
:
Record
<
UtilaSystemWalletType
,
string
>
;
}
Returns
UtilaBackofficeWalletService
Methods
get
get
(
__namedParameters
:
{
chain
:
UtilaBlockchain
;
type
:
UtilaSystemWalletType
;
}
,
)
:
Promise
<
string
>
Parameters
__namedParameters
:
{
chain
:
UtilaBlockchain
;
type
:
UtilaSystemWalletType
}
Returns
Promise
<
string
>
search
search
<
T
extends
UtilaSystemWalletType
>
(
__namedParameters
:
{
chain
:
UtilaBlockchain
;
types
:
T
[]
}
,
)
:
Promise
<
Record
<
T
,
string
>
>
Type Parameters
T
extends
UtilaSystemWalletType
Parameters
__namedParameters
:
{
chain
:
UtilaBlockchain
;
types
:
T
[]
}
Returns
Promise
<
Record
<
T
,
string
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
search
@cfxlabsinc/b2b-services
Loading...