interface Compensation {
    accumulatedAmount: Value;
    compensationId: number;
    endDate: number;
    nonce: number;
    proofAmount: Value;
    tokenIdentifier: string;
}

Properties

accumulatedAmount: Value
compensationId: number
endDate: number
nonce: number
proofAmount: Value
tokenIdentifier: string

Generated using TypeDoc