Preparing search index...
The search index is not available
@xchainjs/xchain-thorchain
@xchainjs/xchain-thorchain
client
ThorchainClient
Interface ThorchainClient
Interface for custom Thorchain client
interface
ThorchainClient
{
deposit
(
params
)
:
Promise
<
string
>
;
getDepositTransaction
(
txId
)
:
Promise
<
DepositTx
>
;
transferOffline
(
params
)
:
Promise
<
string
>
;
}
Implemented by
Client
Index
Methods
deposit
get
Deposit
Transaction
transfer
Offline
Methods
deposit
deposit
(
params
)
:
Promise
<
string
>
Parameters
params
:
DepositParam
Returns
Promise
<
string
>
get
Deposit
Transaction
get
Deposit
Transaction
(
txId
)
:
Promise
<
DepositTx
>
Parameters
txId
:
string
Returns
Promise
<
DepositTx
>
transfer
Offline
transfer
Offline
(
params
)
:
Promise
<
string
>
Parameters
params
:
TxOfflineParams
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
deposit
get
Deposit
Transaction
transfer
Offline
@xchainjs/xchain-thorchain
client
const
index
utils
Generated using
TypeDoc
Interface for custom Thorchain client