interface Bond {
    address: string;
    bondAmount: Value;
    bondId: number;
    bondTimestamp: number;
    lockPeriod: number;
    nonce: number;
    remainingAmount: Value;
    tokenIdentifier: string;
    unbondTimestamp: number;
}

Properties

address: string
bondAmount: Value
bondId: number
bondTimestamp: number
lockPeriod: number
nonce: number
remainingAmount: Value
tokenIdentifier: string
unbondTimestamp: number

Generated using TypeDoc