@avalanche-sdk/client
Version:
A TypeScript SDK for interacting with the Avalanche network through JSON-RPC APIs. This SDK provides a comprehensive set of tools to interact with all Avalanche chains (P-Chain, X-Chain, C-Chain) and various APIs, including wallet functionality for transa
2 lines (1 loc) • 396 B
JavaScript
;exports.getAtomicTx=async function(t,e){return t.request({method:"avax.getAtomicTx",params:e})},exports.getAtomicTxStatus=async function(t,e){return t.request({method:"avax.getAtomicTxStatus",params:e})},exports.getUTXOs=async function(t,e){return t.request({method:"avax.getUTXOs",params:e})},exports.issueTx=async function(t,e){return t.request({method:"avax.issueTx",params:e})};