bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface UndelegationResponse

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

    Properties

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