interface MsgUndelegateAminoMsg {
    type: "cosmos-sdk/MsgUndelegate";
    value: MsgUndelegateAmino;
}

Properties

Properties

type: "cosmos-sdk/MsgUndelegate"