Interface: iEstimatedCost<T>
A cost estimate with an amount and denomination, similar to CosmosCoin but for display purposes only.
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2034
A cost estimate with an amount and denomination, similar to CosmosCoin but for display purposes only.
Type Parameters
T
T extends NumberType
Properties
amount
amount:
T
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2036
The amount of the cost
denom
denom:
string
Defined in: packages/bitbadgesjs-sdk/src/api-indexer/docs-types/interfaces.ts:2038
The denomination of the cost (e.g. 'USD', 'ETH', etc.)