Skip to content

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.

ParameterTypeDescription
clientClient<Transport, Chain, Account>The client to use.

Promise<boolean>

The result of the watchAsset call.

https://viem.sh/docs/actions/watchAsset.html