Represents estimation of project cost in different currency formats

interface CostEstimation {
    sogni: string;
    spark: string;
    token: string;
    usd: string;
}

Properties

Properties

sogni: string

Cost in Sogni tokens

spark: string

Cost in Spark Points

token: string

Cost in selected token type

usd: string

Cost in USD