watchUsdfc
function watchUsdfc(client): Promise<boolean>;Defined in: packages/synapse-core/src/usdfc.ts:23
Requests that the user tracks the token in their wallet. Returns a boolean indicating if the token was successfully added.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
client | Client<Transport, Chain, Account> | The client to use. |
Returns
Section titled “Returns”Promise<boolean>
The result of the watchAsset call.