Interface SwapperCloutResponse

Export

SwapperCloutResponse

interface SwapperCloutResponse {
    address: string;
    last_reclaim_height?: number;
    last_spent_height?: number;
    reclaimed?: string;
    score?: string;
    spent?: string;
}

Properties

address: string

address associated with this clout account

Memberof

SwapperCloutResponse

last_reclaim_height?: number

last block height that clout was reclaimed

Memberof

SwapperCloutResponse

last_spent_height?: number

last block height that clout was spent

Memberof

SwapperCloutResponse

reclaimed?: string

amount of clout that has been reclaimed in total over time (observed clout spent)

Memberof

SwapperCloutResponse

score?: string

clout score, which is the amount of rune spent on swap fees

Memberof

SwapperCloutResponse

spent?: string

amount of clout that has been spent in total over time

Memberof

SwapperCloutResponse

Generated using TypeDoc