Skip to content

Commit

Permalink
chore(sdk): Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 authored Nov 5, 2024
1 parent 921f017 commit 0fd4655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ await getBalanceForeign({address, node, currency /*- {id: currencyID} | {symbol:
await getBalanceNative({address, node, api /* api/ws_url_string optional */})

//Get fee information regarding XCM call
await getOriginFeeDetails({from, to, currency /*- {id: currencyID} | {symbol: currencySymbol}*/, amount, originAddress, api /* api/ws_url_string optional */, feeMargin /* 10% by default */})
await getOriginFeeDetails({from, to, currency /*- {id: currencyID} | {symbol: currencySymbol}*/, amount, originAddress, destinationAddress, api /* api/ws_url_string optional */, feeMargin /* 10% by default */})

//Retrieves the asset balance for a given account on a specified node.
await getAssetBalance({address, node, currency /*- {id: currencyID} | {symbol: currencySymbol}*/, api /* api/ws_url_string optional */});
Expand Down

0 comments on commit 0fd4655

Please sign in to comment.