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

    Class QueryRedelegationsRequest

    QueryRedelegationsRequest is request type for the Query/Redelegations RPC method.

    from message cosmos.staking.v1beta1.QueryRedelegationsRequest

    Hierarchy

    Index

    Constructors

    Properties

    delegatorAddr: string = ""

    delegator_addr defines the delegator address to query for.

    from field: string delegator_addr = 1;

    dstValidatorAddr: string = ""

    dst_validator_addr defines the validator address to redelegate to.

    from field: string dst_validator_addr = 3;

    pagination?: PageRequest

    pagination defines an optional pagination for the request.

    from field: cosmos.base.query.v1beta1.PageRequest pagination = 4;

    srcValidatorAddr: string = ""

    src_validator_addr defines the validator address to redelegate from.

    from field: string src_validator_addr = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.staking.v1beta1.QueryRedelegationsRequest"

    Methods