Skip to main content
Defined in: actions/evm/types.ts:34

Properties

listTokenBalances()

Defined in: actions/evm/types.ts:50 List the token balances of an account.

Parameters

options
Omit<ListTokenBalancesOptions, "address"> The options for the list token balances.

Returns

Promise<ListTokenBalancesResult> The result of the list token balances.

Example


requestFaucet()

Defined in: actions/evm/types.ts:72 Requests funds from an EVM faucet.

Parameters

options
Omit<RequestFaucetOptions, "address"> Parameters for requesting funds from the EVM faucet.

Returns

Promise<RequestFaucetResult> A promise that resolves to the transaction hash.

Example