Type Alias: RESOURCE_PRICE
RESOURCE_PRICE =
object
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:1156
The price of a resource in both FRI and WEI
Properties
price_in_fri
price_in_fri:
FELT
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:1160
The price in FRI (STRK's smallest unit)
price_in_wei
price_in_wei:
FELT
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:1164
The price in WEI (ETH's smallest unit)