interface AgreementLiquidatedByEvent {
    agreementClass: string;
    agreementId: string;
    bailoutAmount: string;
    blockNumber: number;
    bondAccount: string;
    gasPrice: string;
    id: string;
    liquidatorAccount: string;
    logIndex: number;
    name: "AgreementLiquidatedBy";
    order: number;
    penaltyAccount: string;
    rewardAmount: string;
    timestamp: number;
    token: string;
    transactionHash: string;
}

Hierarchy (view full)

Properties

agreementClass: string
agreementId: string
bailoutAmount: string
blockNumber: number
bondAccount: string
gasPrice: string
id: string
liquidatorAccount: string
logIndex: number
name: "AgreementLiquidatedBy"
order: number
penaltyAccount: string
rewardAmount: string
timestamp: number
token: string
transactionHash: string

Generated using TypeDoc