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

    DVVTriplet is struct that just has a delegator-validator-validator triplet with no other data. It is intended to be used as a marshalable pointer. For example, a DVVTriplet can be used to construct the key to getting a Redelegation from state.

    from message cosmos.staking.v1beta1.DVVTriplet

    Hierarchy

    Index

    Constructors

    Properties

    delegatorAddress: string = ""

    from field: string delegator_address = 1;

    validatorDstAddress: string = ""

    from field: string validator_dst_address = 3;

    validatorSrcAddress: string = ""

    from field: string validator_src_address = 2;

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

    Methods