@circle-fin/usdckit - v0.18.0
Preparing search index...
providers/developer-controlled-wallets
Provider
Class Provider
Hierarchy (
View Summary
)
Provider
Provider
Provider
Index
Constructors
constructor
Methods
circle_
create
Transaction
circle_
create
Wallets
circle_
create
Wallet
Set
circle_
derive
Wallet
circle_
estimate
Transfer
Fee
circle_
get
Notification
Signature
circle_
get
Transaction
circle_
get
Wallet
circle_
get
Wallets
With
Balances
circle_
get
Wallet
Token
Balance
circle_
list
Wallets
circle_
sign
Transaction
circle_
sign
Typed
Data
request
Constructors
constructor
new
Provider
(
__namedParameters
:
{
apiKey
:
string
;
baseUrl
?:
string
;
entitySecret
:
string
;
}
,
)
:
Provider
Parameters
__namedParameters
:
{
apiKey
:
string
;
baseUrl
?:
string
;
entitySecret
:
string
}
Returns
Provider
Methods
circle_
create
Transaction
circle_createTransaction
(
params
:
CreateTransactionInput
,
)
:
Promise
<
undefined
|
Transaction
>
Parameters
params
:
CreateTransactionInput
Returns
Promise
<
undefined
|
Transaction
>
circle_
create
Wallets
circle_createWallets
(
params
:
CreateWalletsInput
)
:
Promise
<
undefined
|
Wallet
[]
>
Parameters
params
:
CreateWalletsInput
Returns
Promise
<
undefined
|
Wallet
[]
>
circle_
create
Wallet
Set
circle_createWalletSet
(
params
:
CreateWalletSetInput
,
)
:
Promise
<
undefined
|
WalletSet
>
Parameters
params
:
CreateWalletSetInput
Returns
Promise
<
undefined
|
WalletSet
>
circle_
derive
Wallet
circle_deriveWallet
(
params
:
DeriveWalletInput
)
:
Promise
<
Wallet
>
Parameters
params
:
DeriveWalletInput
Returns
Promise
<
Wallet
>
circle_
estimate
Transfer
Fee
circle_estimateTransferFee
(
params
:
EstimateTransferFeeInput
,
)
:
Promise
<
undefined
|
EstimateTransactionFee
>
Parameters
params
:
EstimateTransferFeeInput
Returns
Promise
<
undefined
|
EstimateTransactionFee
>
circle_
get
Notification
Signature
circle_getNotificationSignature
(
params
:
GetNotificationSignatureInput
,
)
:
Promise
<
NotificationSignature
>
Parameters
params
:
GetNotificationSignatureInput
Returns
Promise
<
NotificationSignature
>
circle_
get
Transaction
circle_getTransaction
(
params
:
GetTransactionInput
,
)
:
Promise
<
undefined
|
Transaction
>
Parameters
params
:
GetTransactionInput
Returns
Promise
<
undefined
|
Transaction
>
circle_
get
Wallet
circle_getWallet
(
params
:
GetWalletInput
)
:
Promise
<
undefined
|
Wallet
>
Parameters
params
:
GetWalletInput
Returns
Promise
<
undefined
|
Wallet
>
circle_
get
Wallets
With
Balances
circle_getWalletsWithBalances
(
params
:
GetWalletsWithBalancesInput
,
)
:
Promise
<
Wallet
[]
>
Parameters
params
:
GetWalletsWithBalancesInput
Returns
Promise
<
Wallet
[]
>
circle_
get
Wallet
Token
Balance
circle_getWalletTokenBalance
(
params
:
GetWalletTokenBalanceInput
,
)
:
Promise
<
undefined
|
Balance
[]
>
Parameters
params
:
GetWalletTokenBalanceInput
Returns
Promise
<
undefined
|
Balance
[]
>
circle_
list
Wallets
circle_listWallets
(
params
:
ListWalletsInput
)
:
Promise
<
Wallet
[]
>
Parameters
params
:
ListWalletsInput
Returns
Promise
<
Wallet
[]
>
circle_
sign
Transaction
circle_signTransaction
(
params
:
SignTransactionInput
)
:
Promise
<
SignedTransaction
>
Parameters
params
:
SignTransactionInput
Returns
Promise
<
SignedTransaction
>
circle_
sign
Typed
Data
circle_signTypedData
(
params
:
SignTypedDataInput
)
:
Promise
<
SignedTypedData
>
Parameters
params
:
SignTypedDataInput
Returns
Promise
<
SignedTypedData
>
request
request
(
__namedParameters
:
{
method
:
string
;
params
?:
unknown
[]
}
,
)
:
Promise
<
unknown
>
Parameters
__namedParameters
:
{
method
:
string
;
params
?:
unknown
[]
}
Returns
Promise
<
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
circle_
create
Transaction
circle_
create
Wallets
circle_
create
Wallet
Set
circle_
derive
Wallet
circle_
estimate
Transfer
Fee
circle_
get
Notification
Signature
circle_
get
Transaction
circle_
get
Wallet
circle_
get
Wallets
With
Balances
circle_
get
Wallet
Token
Balance
circle_
list
Wallets
circle_
sign
Transaction
circle_
sign
Typed
Data
request
@circle-fin/usdckit - v0.18.0
Loading...