@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) • 383 B
JavaScript
async function t(t,a){return t.request({method:"avax.getAtomicTx",params:a})}async function a(t,a){return t.request({method:"avax.getAtomicTxStatus",params:a})}async function e(t,a){return t.request({method:"avax.getUTXOs",params:a})}async function r(t,a){return t.request({method:"avax.issueTx",params:a})}export{t as getAtomicTx,a as getAtomicTxStatus,e as getUTXOs,r as issueTx};