GetERC20DecimalsOptions
GetERC20DecimalsOptions =
object
Defined in: sdks/js/agent-sdk/src/util/TransactionUtil.ts:133
Parameters for reading ERC-20 token decimals.
Properties
Section titled “Properties”chain:
Chain
Defined in: sdks/js/agent-sdk/src/util/TransactionUtil.ts:135
The viem Chain object.
tokenAddress
Section titled “tokenAddress”tokenAddress:
Hex
Defined in: sdks/js/agent-sdk/src/util/TransactionUtil.ts:137
The ERC-20 token contract address.
transport?
Section titled “transport?”
optionaltransport?:Transport
Defined in: sdks/js/agent-sdk/src/util/TransactionUtil.ts:139
Optional custom viem transport. Defaults to http().

