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
Client
ThorchainClient
ThorchainClientParams
const
AssetRuneNative
DEFAULT_EXPLORER_URL
DEFAULT_FEE
DEFAULT_GAS_LIMIT_VALUE
DEPOSIT_GAS_LIMIT_VALUE
MSG_DEPOSIT_TYPE_URL
MSG_SEND_TYPE_URL
RUNE_DECIMAL
RUNE_DENOM
RUNE_TICKER
THORChain
defaultClientConfig
index
AssetRuneNative
Client
DEFAULT_EXPLORER_URL
DEFAULT_FEE
DEFAULT_GAS_LIMIT_VALUE
DEPOSIT_GAS_LIMIT_VALUE
MSG_DEPOSIT_TYPE_URL
MSG_SEND_TYPE_URL
RUNE_DECIMAL
RUNE_DENOM
RUNE_TICKER
THORChain
ThorchainClient
ThorchainClientParams
defaultClientConfig
getChainId
getDefaultClientUrls
getDefaultExplorers
getDefaultRootDerivationPaths
getDenom
getExplorerAddressUrl
getExplorerTxUrl
getPrefix
isAssetRuneNative
DepositParam
DepositTx
TxOfflineParams
utils
getChainId
getDefaultClientUrls
getDefaultExplorers
getDefaultRootDerivationPaths
getDenom
getExplorerAddressUrl
getExplorerTxUrl
getPrefix
isAssetRuneNative
Generated using
TypeDoc
Interface for custom Thorchain client