Interface UndelegationResponse

interface UndelegationResponse {
    delegator_address: string;
    entries: [{
        balance: string;
        completion_time: string;
        creation_height: string;
        initial_balance: string;
    }];
    validator_address: string;
}

Properties

delegator_address: string
entries: [{
    balance: string;
    completion_time: string;
    creation_height: string;
    initial_balance: string;
}]
validator_address: string